Skip to content

Commit

Permalink
update to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
breuert committed Aug 25, 2021
1 parent cd58097 commit 6d92489
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.1
pip install repro_eval==0.3.2
```

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.1',
version='0.3.2',
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 6d92489

Please sign in to comment.