Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
abdoelsayed2016 committed Feb 10, 2025
1 parent e83eb46 commit 458e6c9
Show file tree
Hide file tree
Showing 2 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 @@ -8,7 +8,7 @@ include = ["rankify*"]

[project]
name = "rankify"
version = "0.1.0.post2"
version = "0.1.0.post3"
description = "A Comprehensive Python Toolkit for Retrieval, Re-Ranking, and Retrieval-Augmented Generation"
readme = "README-PyPI.md"
requires-python = ">=3.10"
Expand Down
4 changes: 2 additions & 2 deletions rankify/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = '0.1.0.post1'
__version_tuple__ = version_tuple = (0, 1, '0', 'post1')
__version__ = version = '0.1.0.post3'
__version_tuple__ = version_tuple = (0, 1, '0', 'post3')

0 comments on commit 458e6c9

Please sign in to comment.