summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-10-27 08:54:30 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-10-27 08:54:30 -0700
commit4844aef4ff51b433d549a9acc49b11a925b6f4fe (patch)
tree59c02ce469903fccd11472c82598669df0dd70ae /setup.py
parent96ab2af1efb4d2f84e5292fd6bcdb37d6ee654e7 (diff)
Fixing bad error when GPU was not detected for #73.
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 bbb53a1..13328dd 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
- version=f"0.35.2",
+ version=f"0.35.3",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="8-bit optimizers and matrix multiplication routines.",