diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2021-11-29 09:34:29 -0800 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2021-11-29 09:34:29 -0800 |
commit | 85287b9edaf3c0b992b7e296369541d12fe92816 (patch) | |
tree | a248ada4077a4c937868d720658731802679ddad | |
parent | 20e1677dfdc4495038fd780807c8cbc253adf921 (diff) |
Bumped version for release.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."), |