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 d87b7ec commit 0bd4782Copy full SHA for 0bd4782
bitsandbytes/__init__.py
@@ -72,4 +72,4 @@ def _import_backends():
72
"optim.optimizer.MockArgs": False,
73
}
74
75
-__version__ = "0.49.1"
+__version__ = "0.49.2.dev0"
setup.py
@@ -37,7 +37,7 @@ def run(self):
37
cmdclass = {"build_py": ExtBuildPy}
38
39
setup_kwargs = {
40
- "version": "0.49.1",
+ "version": "0.49.2.dev0",
41
"packages": find_packages(),
42
"distclass": BinaryDistribution,
43
"cmdclass": {"build_py": ExtBuildPy},
0 commit comments