From 4844aef4ff51b433d549a9acc49b11a925b6f4fe Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Thu, 27 Oct 2022 08:54:30 -0700 Subject: Fixing bad error when GPU was not detected for #73. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bbb53a1..13328dd 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(fname): setup( name=f"bitsandbytes", - version=f"0.35.2", + version=f"0.35.3", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", -- cgit v1.2.3