diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-08 09:13:22 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-08 09:13:22 -0700 |
commit | f9cbe2fe99c805dcca934c66677951f428d3b3e2 (patch) | |
tree | faa06c4f066517312221e3fad8694fdae890daba /setup.py | |
parent | 62441815bc733c9e75d32dd65305a16aaebd317a (diff) |
Fixed prod Python < 3.7 compatibility in function.py.
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.5", + version=f"0.31.7", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |