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"