summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-09-14 16:40:58 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-09-14 16:40:58 -0700
commit9b5f2eda8fbd3f042c4af7ed1b870525d4668f2a (patch)
tree75b2edc9227cc3c96f0fa9dd3497e4313c58f322
parentc05dd42ddd123a491b4e9840ee0c7a69cf5aa3d8 (diff)
Bumping version for deployment.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 889f030..97b99d0 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
- version=f"0.33.0",
+ version=f"0.33.1",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="8-bit optimizers and matrix multiplication routines.",