From ae7cd6ad147e67c3d5c4a681ef573c92fc5dd9de Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Tue, 11 Jul 2023 05:58:25 -0700 Subject: [PATCH] Bump version. --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35e04d..89b01f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -257,4 +257,4 @@ Bug fixes: - Added `device` variable for bitsandbytes layers to be compatible with PyTorch layers. Deprecated: - - Binaries for CUDA 11.2, 11.3, 11.6 no longer ship with `pip install bitsandbytes` and need to be compiled from source. + - Binaries for CUDA 11.2, 11.6 no longer ship with `pip install bitsandbytes` and need to be compiled from source. diff --git a/setup.py b/setup.py index f57d4c5..8f6c5fe 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): setup( name=f"bitsandbytes", - version=f"0.40.0.post1", + version=f"0.40.0.post3", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="k-bit optimizers and matrix multiplication routines.",