summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2021-11-29 09:34:29 -0800
committerTim Dettmers <tim.dettmers@gmail.com>2021-11-29 09:34:29 -0800
commit85287b9edaf3c0b992b7e296369541d12fe92816 (patch)
treea248ada4077a4c937868d720658731802679ddad
parent20e1677dfdc4495038fd780807c8cbc253adf921 (diff)
Bumped version for release.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 363c12d..59cd78e 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def read(fname):
setup(
name = f"bitsandbytes-cuda{os.environ['CUDA_VERSION']}",
- version = "0.25.0",
+ version = "0.26.0",
author = "Tim Dettmers",
author_email = "dettmers@cs.washington.edu",
description = ("8-bit optimizers and quantization routines."),