summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-08-01 20:05:03 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-08-01 20:05:03 -0700
commite120c4a5503ee0410a705019ff3221e88d033c74 (patch)
tree1269c5adeb88f300db217de798a0b73df737f6ff /setup.py
parent3479d02a769c1cbd6679caaf5695f382b558e36b (diff)
Fixed syntax error; bumped revision for beta release.
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 3285ba1..cec4982 100644
--- a/setup.py
+++ b/setup.py
@@ -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.",