summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-08-16 10:57:10 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-08-16 10:57:10 -0700
commit111b8764492fd1f9921caae64ce7d7d3ac7ef183 (patch)
tree5e2f62b52708cb17e30acd26e74743d840afdbd7 /setup.py
parent1ed2fa2f218d8dac401f3315420ffec92014c124 (diff)
parent1ced47c5043ed88b78c288f55f43ec3e66a0f765 (diff)
Merge branch 'cuda-bin-switch-and-cli' of github.com:TimDettmers/bitsandbytes into cuda-bin-switch-and-cli
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 67b655d..61a5d05 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
- version=f"0.31.4",
+ version=f"0.31.8",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="8-bit optimizers and matrix multiplication routines.",