Skip to content

Commit

Permalink
bump version 0.2.4 -> 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenSystems committed Feb 11, 2023
1 parent 04a81ba commit c10d441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Homepage = "https://github.com/RubenSystems/RSvIDX"


[tool.bumpver]
current_version = "0.2.4"
current_version = "0.2.5"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion rsvidx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
Vector similarity search.
"""

__version__ = "0.2.4"
__version__ = "0.2.5"
__author__ = 'RubenSystems, Ruben Ticehurst-James'
__credits__ = 'RubenSystemsAI'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_ext_filename(self, ext_name):

setup(
name='rsvidx',
version='0.2.4',
version='0.2.5',
description='RubenSystems Vector Indexer. Python3 edition.',
url='https://github.com/RubenSystems/RSvIDX',
author='RubenSystems. Ruben Ticehurst-James.',
Expand Down

0 comments on commit c10d441

Please sign in to comment.