Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bclavie committed Apr 12, 2024
1 parent 4ba30cc commit e48e968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [
name = "rerankers"


version = "0.1.2post1"
version = "0.2.0"

description = "A unified API for various document re-ranking models."

Expand Down
2 changes: 1 addition & 1 deletion rerankers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from rerankers.reranker import Reranker

__all__ = ["Reranker"]
__version__ = "0.1.2"
__version__ = "0.2.0"

0 comments on commit e48e968

Please sign in to comment.