From 2c8352e316d5428f57f47ec8b557dc9c9caf427f Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Sun, 12 Mar 2023 10:24:25 -0700 Subject: [PATCH] Bumped version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3f453e..442577c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): setup( name=f"bitsandbytes", - version=f"0.37.0", + version=f"0.37.1", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.",