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