diff options
author | Tim Dettmers <dettmers@cs.washington.edu> | 2021-10-21 22:43:08 -0700 |
---|---|---|
committer | Tim Dettmers <dettmers@cs.washington.edu> | 2021-10-21 22:43:08 -0700 |
commit | 22b2877c7f8277317a073ea7cf49231d33fe79fd (patch) | |
tree | 3886ef7dac2a6bed96913945993dfdac443bd03d | |
parent | c1ed5d39b9b80147c9c9521c51fbda87debb7242 (diff) |
Changed versioning scheme to <major>.<minor>.<patch>.
-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."), |