We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4876324 commit 17681f6Copy full SHA for 17681f6
bitsandbytes/__init__.py
@@ -24,6 +24,6 @@
24
"optim.optimizer.MockArgs": False,
25
}
26
27
-__version__ = "0.43.0"
+__version__ = "0.44.0.dev"
28
29
PACKAGE_GITHUB_URL = "https://github.com/TimDettmers/bitsandbytes"
setup.py
@@ -25,7 +25,7 @@ def has_ext_modules(self):
setup(
name="bitsandbytes",
- version="0.43.0",
+ version="0.44.0.dev",
author="Tim Dettmers",
30
author_email="dettmers@cs.washington.edu",
31
description="k-bit optimizers and matrix multiplication routines.",
0 commit comments