Skip to content

Commit

Permalink
update readme and setup.py for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breuert committed Feb 15, 2022
1 parent af2d009 commit c0d7784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you follow this [link](https://colab.research.google.com/github/irgroup/repro
### Setup
Install via [PyPI](https://pypi.org/project/repro-eval):
```
pip install repro_eval==0.3.3
pip install repro_eval==0.4.0
```

Install via GitHub repository:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
README = (HERE / "README.md").read_text()

setup(name='repro_eval',
version='0.3.3',
version='0.4.0',
description='A tool to quantify the replicability and reproducibility of system-oriented IR experiments.',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c0d7784

Please sign in to comment.