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 8645bf7 commit 0c1a493Copy full SHA for 0c1a493
bitsandbytes/__init__.py
@@ -21,4 +21,4 @@
21
"optim.optimizer.MockArgs": False,
22
}
23
24
-__version__ = "0.44.1"
+__version__ = "0.44.2.dev"
setup.py
@@ -25,7 +25,7 @@ def has_ext_modules(self):
25
26
setup(
27
name="bitsandbytes",
28
- version="0.44.1",
+ version="0.44.2.dev",
29
author="Tim Dettmers",
30
author_email="dettmers@cs.washington.edu",
31
description="k-bit optimizers and matrix multiplication routines.",
0 commit comments