diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-08 05:20:36 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-08 05:20:36 -0700 |
commit | 62441815bc733c9e75d32dd65305a16aaebd317a (patch) | |
tree | 017454ff35e0fa94c3b29369551d465e063bcf18 /setup.py | |
parent | 26efb154c8d77b4ede2cfc0dbd2381dd385f33e7 (diff) |
Removed prod for Python <= 3.7 compatibility.
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.4", + version=f"0.31.5", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |