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 aaa71d7 commit a2a74edCopy full SHA for a2a74ed
bitsandbytes/__init__.py
@@ -67,4 +67,4 @@ def _import_backends():
67
"optim.optimizer.MockArgs": False,
68
}
69
70
-__version__ = "0.46.0"
+__version__ = "0.47.0.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.47.0.dev0", packages=find_packages(), distclass=BinaryDistribution)
0 commit comments