summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-09-08 13:16:16 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-09-08 13:16:16 -0700
commit2e630b55f51d454f3bd723dffda68a07ef93190c (patch)
treea014ff691e1df5af51ec719fb7f6ad1186c662f7 /setup.py
parentf0ae860c86039d1c1e41166aaf2153a5bd9b9a89 (diff)
Version bump + bnb.utils import fix.
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 fee23dd..b722ae9 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
- version=f"0.32.2",
+ version=f"0.32.3",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="8-bit optimizers and matrix multiplication routines.",