summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-08-08 05:20:36 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-08-08 05:20:36 -0700
commit62441815bc733c9e75d32dd65305a16aaebd317a (patch)
tree017454ff35e0fa94c3b29369551d465e063bcf18 /setup.py
parent26efb154c8d77b4ede2cfc0dbd2381dd385f33e7 (diff)
Removed prod for Python <= 3.7 compatibility.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 67b655d..c425ca7 100644
--- a/setup.py
+++ b/setup.py
@@ -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.",