Skip to content

Commit

Permalink
Bump to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bricoletc committed Mar 15, 2022
1 parent 2763be2 commit fef16f7
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 @@ -47,7 +47,7 @@ singularity exec "$URI" gramtools
We recommend installing inside a virtual environment:
```sh
python -m venv venv_gramtools && source venv_gramtools/bin/activate
VERSION="1.9.0"
VERSION="1.10.0"
wget -O - "https://github.com/iqbal-lab-org/gramtools/releases/download/v${VERSION}/gramtools-${VERSION}.tar.gz" | tar xfz -
pip install ./gramtools-"${VERSION}"
```
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = gramtools
author = Brice Letcher
author_email = [email protected]
version = 1.9.0
version = 1.10.0
description = Genome inference and genotyping with genome graphs
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit fef16f7

Please sign in to comment.