From e1a01496f6a59054d2904bcf51d70759b755b143 Mon Sep 17 00:00:00 2001 From: LeiWang199 Date: Wed, 5 Jun 2024 11:58:16 +0000 Subject: [PATCH] chore: Update version to 0.0.1.dev8 --- VERSION | 2 +- python/bitblas/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 407ab24e..9eac5e01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1.dev7 \ No newline at end of file +0.0.1.dev8 \ No newline at end of file diff --git a/python/bitblas/__init__.py b/python/bitblas/__init__.py index 3f806bfd..3bd32875 100644 --- a/python/bitblas/__init__.py +++ b/python/bitblas/__init__.py @@ -81,4 +81,4 @@ def _init_logger(): _init_logger() -__version__ = "0.0.1.dev7" +__version__ = "0.0.1.dev8"