Skip to content

Commit

Permalink
Bump development version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas committed Sep 30, 2024
1 parent 263af70 commit 0500c31
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.44.1"
__version__ = "0.44.2.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.44.1",
version="0.44.2.dev",
author="Tim Dettmers",
author_email="[email protected]",
description="k-bit optimizers and matrix multiplication routines.",
Expand Down

0 comments on commit 0500c31

Please sign in to comment.