Skip to content

Commit

Permalink
Merge pull request #119 from EBI-Metagenomics/release-1.6.1
Browse files Browse the repository at this point in the history
Bump version - 1.6.1
  • Loading branch information
mberacochea committed Feb 20, 2020
2 parents 8ae45f6 + 85a58a0 commit bc11426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
_requirements = os.path.join(_base, 'requirements.txt')
_requirements_test = os.path.join(_base, 'requirements-test.txt')

version = "1.6.0"
version = "1.6.1"

install_requirements = []
with open(_requirements) as f:
Expand Down

0 comments on commit bc11426

Please sign in to comment.