Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmorris12 committed Feb 26, 2024
1 parent 3fb1569 commit 1451127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name="bm25_pt",
version="0.0.1",
version="0.0.2",
description="bm25 search algorithm in pytorch",
author="Jack Morris",
author_email="[email protected]",
packages=find_packages(),
install_requires=open("requirements.txt").readlines(),
)
)

0 comments on commit 1451127

Please sign in to comment.