File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ bitsandbytes has the following minimum requirements for all platforms:
2626#### Accelerator support:
2727
2828<small >Note: this table reflects the status of the current development branch. For the latest stable release, see the
29- [ document in the 0.48 .0 tag] ( https://github.com/bitsandbytes-foundation/bitsandbytes/blob/0.48 .0/README.md#accelerator-support ) .
29+ [ document in the 0.49 .0 tag] ( https://github.com/bitsandbytes-foundation/bitsandbytes/blob/0.49 .0/README.md#accelerator-support ) .
3030</small >
3131
3232##### Legend:
Original file line number Diff line number Diff line change @@ -72,4 +72,4 @@ def _import_backends():
7272 "optim.optimizer.MockArgs" : False ,
7373}
7474
75- __version__ = "0.49.0.dev0 "
75+ __version__ = "0.49.0"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def run(self):
3737cmdclass = {"build_py" : ExtBuildPy }
3838
3939setup_kwargs = {
40- "version" : "0.49.0.dev0 " ,
40+ "version" : "0.49.0" ,
4141 "packages" : find_packages (),
4242 "distclass" : BinaryDistribution ,
4343 "cmdclass" : {"build_py" : ExtBuildPy },
You can’t perform that action at this time.
0 commit comments