diff --git a/CHANGELOG.md b/CHANGELOG.md index 706387d..243e65c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -310,3 +310,8 @@ User experience: Performance: - improved 4-bit inference performance for A100 GPUs. This degraded performance for A40/RTX3090 and RTX 4090 GPUs slightly. + +### 0.41.0 + +Bug fixes: + - Fixed bugs in dynamic exponent data type creation. Thank you @RossM, @KohakuBlueleaf, @ArrowM #659 #227 #262 #152 diff --git a/setup.py b/setup.py index 565bfe7..d626708 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): setup( name=f"bitsandbytes", - version=f"0.41.0", + version=f"0.41.1", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="k-bit optimizers and matrix multiplication routines.",