Skip to content

Commit

Permalink
correct version to next dev after last release
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Sep 11, 2024
1 parent 17da4f6 commit a0da01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitsandbytes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"optim.optimizer.MockArgs": False,
}

__version__ = "0.43.3"
__version__ = "0.44.0.dev"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def has_ext_modules(self):

setup(
name="bitsandbytes",
version="0.43.3",
version="0.44.0.dev",
author="Tim Dettmers",
author_email="[email protected]",
description="k-bit optimizers and matrix multiplication routines.",
Expand Down

0 comments on commit a0da01e

Please sign in to comment.