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