From 7923c4a06615456353476a6e07e9296f0c13f776 Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Thu, 7 Oct 2021 08:39:38 -0700 Subject: Changed from testpypi to pypi. Release 0.0.24 --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dc1eb60..36d1072 100644 --- a/setup.py +++ b/setup.py @@ -13,19 +13,19 @@ def read(fname): setup( name = f"bitsandbytes-cuda{os.environ['CUDA_VERSION']}", - version = "0.0.23", + version = "0.0.24", author = "Tim Dettmers", - author_email = "tim.dettmers@gmail.com", - description = ("Numpy-like library for GPUs."), + author_email = "dettmers@cs.washington.edu", + description = ("8-bit optimizers and quantization routines."), license = "MIT", - keywords = "gpu", + keywords = "gpu optimizers optimization 8-bit quantization compression", url = "http://packages.python.org/bitsandbytes", packages=find_packages(), package_data={'': ['libbitsandbytes.so']}, long_description=read('README.md'), long_description_content_type = 'text/markdown', classifiers=[ - "Development Status :: 1 - Planning", + "Development Status :: 4 - Beta", 'Topic :: Scientific/Engineering :: Artificial Intelligence' ], ) -- cgit v1.2.3