Skip to content

Commit

Permalink
update to v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed Jun 5, 2022
1 parent df92d71 commit 4c22f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ You can install it via [bioconda](https://bioconda.github.io/):
➤ mamba install -c conda-forge -c bioconda metapi
# It is recommended to install the latest version
➤ mamba install -c conda-forge -c bioconda metapi=2.1.1
➤ mamba install -c conda-forge -c bioconda metapi=2.1.4
```

Or via pip:

```
➤ pip3 install metapi=2.1.1
➤ pip3 install metapi=2.1.4
```

## Run
Expand Down
2 changes: 1 addition & 1 deletion metapi/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3

__version__ = '2.1.3'
__version__ = '2.1.4'
__author__ = "Jie Zhu, Fangming Yang"

0 comments on commit 4c22f3b

Please sign in to comment.