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