summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-08-23 16:08:26 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-08-23 16:08:26 -0700
commit8e7053a988f7bf6c0b2605a3d0ec461f5d9b05e4 (patch)
treeb58dec5f76735cc789fdb7d3d3abb8e1e8f9a344 /setup.py
parentee5b947e63c2340405f25e4e83066f39292bc0ed (diff)
0.32.2: cpuonly fix and pascal error message.
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 ef33f8a..fee23dd 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
- version=f"0.32.1",
+ version=f"0.32.2",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="8-bit optimizers and matrix multiplication routines.",