Skip to content

Commit b48ecdb

Browse files
Release 0.48.2
1 parent fd9934c commit b48ecdb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
retention-days: 7
134134

135135
build-rocm:
136+
if: false # Temporary
136137
strategy:
137138
matrix:
138139
os: [ubuntu-22.04]
@@ -178,7 +179,7 @@ jobs:
178179
needs:
179180
- build-cpu
180181
- build-cuda
181-
- build-rocm
182+
#- build-rocm
182183
- build-xpu
183184
strategy:
184185
matrix:

bitsandbytes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ def _import_backends():
7575
"optim.optimizer.MockArgs": False,
7676
}
7777

78-
__version__ = "0.48.2.dev0"
78+
__version__ = "0.48.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run(self):
3131

3232

3333
setup(
34-
version="0.48.2.dev0",
34+
version="0.48.2",
3535
packages=find_packages(),
3636
distclass=BinaryDistribution,
3737
cmake_source_dir=".",

0 commit comments

Comments
 (0)