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 1e54f91 commit d35b170Copy full SHA for d35b170
bitsandbytes/__init__.py
@@ -64,4 +64,4 @@ def _import_backends():
64
"optim.optimizer.MockArgs": False,
65
}
66
67
-__version__ = "0.46.0"
+__version__ = "0.46.1.dev0"
setup.py
@@ -12,4 +12,4 @@ def has_ext_modules(self):
12
return True
13
14
15
-setup(version="0.46.0", packages=find_packages(), distclass=BinaryDistribution)
+setup(version="0.46.1.dev0", packages=find_packages(), distclass=BinaryDistribution)
0 commit comments