Skip to content

Commit c3b8de2

Browse files
Bump dev version
1 parent 7e16503 commit c3b8de2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
retention-days: 7
127127

128128
build-rocm:
129-
if: false # Temporary
130129
strategy:
131130
matrix:
132131
os: [ubuntu-22.04]
@@ -172,7 +171,7 @@ jobs:
172171
needs:
173172
- build-cpu
174173
- build-cuda
175-
#- build-rocm
174+
- build-rocm
176175
- build-xpu
177176
strategy:
178177
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.1"
78+
__version__ = "0.48.2.dev0"

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.1.dev0",
34+
version="0.48.2.dev0",
3535
packages=find_packages(),
3636
distclass=BinaryDistribution,
3737
cmake_source_dir=".",

0 commit comments

Comments
 (0)