summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-09-11 11:58:40 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-09-11 11:58:40 -0700
commit8ccc0b0ee10985b44c028e1b3e9128a866b6f295 (patch)
tree45dd54d8421759564d62f931638b97c65297afd5 /setup.py
parent19a7adca7a6c9bf7061a384d7e9d9b13676a1a88 (diff)
parent2e630b55f51d454f3bd723dffda68a07ef93190c (diff)
Merge branch 'main' of github.com:TimDettmers/bitsandbytes 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 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.",