diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-09-14 16:40:58 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-09-14 16:40:58 -0700 |
commit | 9b5f2eda8fbd3f042c4af7ed1b870525d4668f2a (patch) | |
tree | 75b2edc9227cc3c96f0fa9dd3497e4313c58f322 /setup.py | |
parent | c05dd42ddd123a491b4e9840ee0c7a69cf5aa3d8 (diff) |
Bumping version for deployment.
Diffstat (limited to 'setup.py')
-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.33.0", + version=f"0.33.1", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |