diff --git a/VERSION b/VERSION index 511aa8188..5f8547d64 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1.dev14 \ No newline at end of file +0.0.1.dev15 \ No newline at end of file diff --git a/bitblas/__init__.py b/bitblas/__init__.py index 58faec4ce..cae8f9d5f 100644 --- a/bitblas/__init__.py +++ b/bitblas/__init__.py @@ -112,4 +112,4 @@ def new_func(*args, **kwargs): return decorator -__version__ = "0.0.1.dev14" +__version__ = "0.0.1.dev15"