From 953b7285ddf55913732bc9f137953dd00ac64c35 Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Tue, 26 Jul 2022 09:12:16 -0700 Subject: Fixed cpuonly build. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2402c02..6cc091b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ version = os.getenv("CUDA_VERSION", "cpu") setup( name="bitsandbytes", - version=f"0.26.0+{version}", + version=f"0.30.0", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and quantization routines.", -- cgit v1.2.3