diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-01 20:05:03 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-01 20:05:03 -0700 |
commit | e120c4a5503ee0410a705019ff3221e88d033c74 (patch) | |
tree | 1269c5adeb88f300db217de798a0b73df737f6ff /setup.py | |
parent | 3479d02a769c1cbd6679caaf5695f382b558e36b (diff) |
Fixed syntax error; bumped revision for beta release.
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.31.0", + version=f"0.31.1", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |