summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Dettmers <dettmers@cs.washington.edu>2021-10-21 22:43:08 -0700
committerTim Dettmers <dettmers@cs.washington.edu>2021-10-21 22:43:08 -0700
commit22b2877c7f8277317a073ea7cf49231d33fe79fd (patch)
tree3886ef7dac2a6bed96913945993dfdac443bd03d /setup.py
parentc1ed5d39b9b80147c9c9521c51fbda87debb7242 (diff)
Changed versioning scheme to <major>.<minor>.<patch>.
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 487723b..363c12d 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.0.25",
+ version = "0.25.0",
author = "Tim Dettmers",
author_email = "dettmers@cs.washington.edu",
description = ("8-bit optimizers and quantization routines."),