Skip to content

Commit

Permalink
update to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed Aug 19, 2022
1 parent bf2e910 commit f53782f
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 @@ -18,7 +18,7 @@ You can install it via [bioconda](https://bioconda.github.io/):

```
# It is recommended to install the latest version
➤ mamba install -c conda-forge -c bioconda metapi=2.3.0
➤ mamba install -c conda-forge -c bioconda metapi=2.4.0
```

## 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.3.0'
__version__ = '2.4.0'
__author__ = "Jie Zhu, Fangming Yang"

0 comments on commit f53782f

Please sign in to comment.