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 507a4af commit 7aec4a8Copy full SHA for 7aec4a8
bitsandbytes/__init__.py
@@ -21,4 +21,4 @@
21
"optim.optimizer.MockArgs": False,
22
}
23
24
-__version__ = "0.45.1"
+__version__ = "0.45.2"
setup.py
@@ -12,4 +12,4 @@ def has_ext_modules(self):
12
return True
13
14
15
-setup(version="0.45.1", packages=find_packages(), distclass=BinaryDistribution)
+setup(version="0.45.2", packages=find_packages(), distclass=BinaryDistribution)
0 commit comments