From 1a55fb70f9d704faa70469db7b1009f9aa7dd3a9 Mon Sep 17 00:00:00 2001 From: Titus <9048635+Titus-von-Koeller@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:02:13 -0300 Subject: [PATCH] bump version to dev for docs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b109d9454..c493b8b62 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): setup( name="bitsandbytes", - version="0.42.0", + version="0.43.0.dev0", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="k-bit optimizers and matrix multiplication routines.",