summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-08-08 09:13:22 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-08-08 09:13:22 -0700
commitf9cbe2fe99c805dcca934c66677951f428d3b3e2 (patch)
treefaa06c4f066517312221e3fad8694fdae890daba /setup.py
parent62441815bc733c9e75d32dd65305a16aaebd317a (diff)
Fixed prod Python < 3.7 compatibility in function.py.
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 c425ca7..9fb1889 100644
--- a/setup.py
+++ b/setup.py
@@ -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.",