diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-05 07:17:36 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-05 07:17:36 -0700 |
commit | 6ad8796cfcbf6da6f7aa33b7863721510582952e (patch) | |
tree | 24e827a3405231f200802bd47e546ee4bd104fa0 | |
parent | e35337f05eefc003b47fe83b60601e37010c4f21 (diff) |
Bumping version for TestPyPi release.
-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.31.1", + version=f"0.31.3", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |