summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-09-11 12:07:23 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-09-11 12:07:23 -0700
commita17766dfa477c62510f4ba6eb95f90f61f5e9b72 (patch)
treee79f1cb00f06295dfce1016703b013ad451a3120 /setup.py
parent8ccc0b0ee10985b44c028e1b3e9128a866b6f295 (diff)
New release with various fixes.
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 b722ae9..889f030 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
- version=f"0.32.3",
+ version=f"0.33.0",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="8-bit optimizers and matrix multiplication routines.",