summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-08-05 07:17:36 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-08-05 07:17:36 -0700
commit6ad8796cfcbf6da6f7aa33b7863721510582952e (patch)
tree24e827a3405231f200802bd47e546ee4bd104fa0
parente35337f05eefc003b47fe83b60601e37010c4f21 (diff)
Bumping version for TestPyPi release.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cec4982..3f4c40b 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
- version=f"0.31.1",
+ version=f"0.31.3",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="8-bit optimizers and matrix multiplication routines.",