diff options
author | Tim Dettmers <TimDettmers@users.noreply.github.com> | 2022-09-05 16:29:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-05 16:29:25 -0700 |
commit | aca55881b9815a462142f42f3ff0dc917830d85c (patch) | |
tree | 75477acfbce2da2a753ee21d4cf0da64f3f50ea5 /setup.py | |
parent | 92a3363096e10ad6a5c4e944af898bd1186d806a (diff) | |
parent | eab4d8232d558f2e6bd7f7cc3d00e2e6e94f4e80 (diff) |
Merge branch 'main' into remove_unused_code
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ def read(fname): setup( name=f"bitsandbytes", - version=f"0.32.1", + version=f"0.32.2", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |