Skip to content

Commit

Permalink
Release 0.0.2 (#152)
Browse files Browse the repository at this point in the history
* Release: v0.0.2
  • Loading branch information
ronakice authored Jan 30, 2021
1 parent 767e08d commit fc03507
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ __pycache__
# data
data/lucene-index-covid-paragraph
scratch

# setup
dist/
pygaggle.egg-info/

2 changes: 2 additions & 0 deletions MANIFEST.IN
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include requirements.txt

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

setuptools.setup(
name='pygaggle',
version='0.0.1',
version='0.0.2',
author='PyGaggle Gaggle',
author_email='r33tang@uwaterloo.ca',
description='A gaggle of rerankers for CovidQA, CORD-19 and MS-MARCO',
author_email='rpradeep@uwaterloo.ca',
description='A gaggle of rerankers for text ranking and question answering.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https:/castorini/pygaggle',
Expand Down

0 comments on commit fc03507

Please sign in to comment.