Skip to content

Commit

Permalink
Bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas committed Feb 6, 2025
1 parent bf24483 commit 86b6c37
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.45.2"
__version__ = "0.45.3.dev0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def has_ext_modules(self):
return True


setup(version="0.45.2", packages=find_packages(), distclass=BinaryDistribution)
setup(version="0.45.3.dev0", packages=find_packages(), distclass=BinaryDistribution)

0 comments on commit 86b6c37

Please sign in to comment.