Skip to content

Commit

Permalink
Merge branch 'patch/0.45.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas committed Feb 6, 2025
2 parents 66da99a + 7aec4a8 commit bf24483
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.1"
__version__ = "0.45.2"
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.1", packages=find_packages(), distclass=BinaryDistribution)
setup(version="0.45.2", packages=find_packages(), distclass=BinaryDistribution)

0 comments on commit bf24483

Please sign in to comment.