Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLee97 committed Oct 19, 2024
1 parent 9e111a5 commit ca71df7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
files = setup.py angle_emb/version.py
current_version = 0.5.1
current_version = 0.5.2
commit = True
tag = True
2 changes: 1 addition & 1 deletion angle_emb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.1'
__version__ = '0.5.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='angle_emb',
version='0.5.1',
version='0.5.2',
description='AnglE-optimize Text Embeddings',
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ca71df7

Please sign in to comment.