summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-09-05 16:23:03 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-09-05 16:23:03 -0700
commiteab4d8232d558f2e6bd7f7cc3d00e2e6e94f4e80 (patch)
tree1a70991e0d9d5632a20388bf87e4c56dfb06d64e /setup.py
parent5d9bc7a301618d6642a70951ac46637d4889c82b (diff)
parent8e7053a988f7bf6c0b2605a3d0ec461f5d9b05e4 (diff)
Merge branch 'bugfix_cpu_and_cc' into main
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.",