Skip to content

Commit

Permalink
Bump version to 0.1.0.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
abdoelsayed2016 committed Feb 9, 2025
1 parent b722373 commit d05c3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["rankify", "rankify.models", "rankify.retrievers", "rankify.generator"]
packages = ["rankify", "rankify.models", "rankify.retrievers", "rankify.dataset", "rankify.metrics", "rankify.utils", "rankify.generator"]

[project]
name = "rankify"
version = "0.1.0.post1"
version = "0.1.0.post2"
description = "A Comprehensive Python Toolkit for Retrieval, Re-Ranking, and Retrieval-Augmented Generation"
readme = "README-PyPI.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit d05c3fb

Please sign in to comment.