summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-08-16 19:03:19 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-08-16 19:03:19 -0700
commita6664de0720c7d8572a475a9c59f7dd85b5f83b0 (patch)
tree1342a757dfc60fe37f1d94371251fd17bc968bff /setup.py
parentde354f7ded52bfa857089769225cdf1ee694bfd6 (diff)
Enhanced error handling in CUDA SETUP failures.
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 61a5d05..2b25720 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
- version=f"0.31.8",
+ version=f"0.32.0",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="8-bit optimizers and matrix multiplication routines.",