Skip to content

Commit ae7cd6a

Browse files
committed
Bump version.
1 parent ba51d95 commit ae7cd6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,4 @@ Bug fixes:
257257
- Added `device` variable for bitsandbytes layers to be compatible with PyTorch layers.
258258

259259
Deprecated:
260-
- Binaries for CUDA 11.2, 11.3, 11.6 no longer ship with `pip install bitsandbytes` and need to be compiled from source.
260+
- Binaries for CUDA 11.2, 11.6 no longer ship with `pip install bitsandbytes` and need to be compiled from source.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(fname):
1818

1919
setup(
2020
name=f"bitsandbytes",
21-
version=f"0.40.0.post1",
21+
version=f"0.40.0.post3",
2222
author="Tim Dettmers",
2323
author_email="[email protected]",
2424
description="k-bit optimizers and matrix multiplication routines.",

0 commit comments

Comments
 (0)