Skip to content

Commit 458e6c9

Browse files
fix pip install
1 parent e83eb46 commit 458e6c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include = ["rankify*"]
88

99
[project]
1010
name = "rankify"
11-
version = "0.1.0.post2"
11+
version = "0.1.0.post3"
1212
description = "A Comprehensive Python Toolkit for Retrieval, Re-Ranking, and Retrieval-Augmented Generation"
1313
readme = "README-PyPI.md"
1414
requires-python = ">=3.10"

rankify/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
__version_tuple__: VERSION_TUPLE
1313
version_tuple: VERSION_TUPLE
1414

15-
__version__ = version = '0.1.0.post1'
16-
__version_tuple__ = version_tuple = (0, 1, '0', 'post1')
15+
__version__ = version = '0.1.0.post3'
16+
__version_tuple__ = version_tuple = (0, 1, '0', 'post3')

0 commit comments

Comments
 (0)