diff options
-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.0.25", + version = "0.25.0", author = "Tim Dettmers", author_email = "dettmers@cs.washington.edu", description = ("8-bit optimizers and quantization routines."), |