Skip to content

Commit d05c3fb

Browse files
Bump version to 0.1.0.post2
1 parent b722373 commit d05c3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools]
6-
packages = ["rankify", "rankify.models", "rankify.retrievers", "rankify.generator"]
6+
packages = ["rankify", "rankify.models", "rankify.retrievers", "rankify.dataset", "rankify.metrics", "rankify.utils", "rankify.generator"]
77

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

0 commit comments

Comments
 (0)