From 486488bccba1f26e8bbc0acfbc8ac2834301d255 Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Fri, 14 Jul 2023 12:55:57 -0700 Subject: [PATCH] Bumped version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2fafdbb..37f80f2 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): setup( name=f"bitsandbytes", - version=f"0.40.0.post4", + version=f"0.40.1", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="k-bit optimizers and matrix multiplication routines.",