Skip to content

Commit 26f0c7a

Browse files
Release 0.49.0
1 parent 3bff01d commit 26f0c7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

bitsandbytes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run(self):
3737
cmdclass = {"build_py": ExtBuildPy}
3838

3939
setup_kwargs = {
40-
"version": "0.49.0.dev0",
40+
"version": "0.49.0",
4141
"packages": find_packages(),
4242
"distclass": BinaryDistribution,
4343
"cmdclass": {"build_py": ExtBuildPy},

0 commit comments

Comments
 (0)