summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <TimDettmers@users.noreply.github.com>2022-09-05 16:29:25 -0700
committerGitHub <noreply@github.com>2022-09-05 16:29:25 -0700
commitaca55881b9815a462142f42f3ff0dc917830d85c (patch)
tree75477acfbce2da2a753ee21d4cf0da64f3f50ea5 /setup.py
parent92a3363096e10ad6a5c4e944af898bd1186d806a (diff)
parenteab4d8232d558f2e6bd7f7cc3d00e2e6e94f4e80 (diff)
Merge branch 'main' into remove_unused_code
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.",