diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-09-11 12:07:23 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-09-11 12:07:23 -0700 |
commit | a17766dfa477c62510f4ba6eb95f90f61f5e9b72 (patch) | |
tree | e79f1cb00f06295dfce1016703b013ad451a3120 | |
parent | 8ccc0b0ee10985b44c028e1b3e9128a866b6f295 (diff) |
New release with various fixes.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ def read(fname): setup( name=f"bitsandbytes", - version=f"0.32.3", + version=f"0.33.0", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |