From 6ba204f86a958e1e2c04e2c9381ac5d5cfe1bbd9 Mon Sep 17 00:00:00 2001 From: LeiWang199 Date: Mon, 20 May 2024 14:53:11 +0000 Subject: [PATCH] Bump version to 0.0.1.dev7 --- VERSION | 2 +- python/bitblas/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 263f5f8482d5..407ab24ea90a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1.dev6 \ No newline at end of file +0.0.1.dev7 \ No newline at end of file diff --git a/python/bitblas/__init__.py b/python/bitblas/__init__.py index c070d0bdd1da..3f806bfdedcc 100644 --- a/python/bitblas/__init__.py +++ b/python/bitblas/__init__.py @@ -81,4 +81,4 @@ def _init_logger(): _init_logger() -__version__ = "0.0.1.dev6" +__version__ = "0.0.1.dev7"