Skip to content

Commit

Permalink
REL: Bump release version to 1.0.1
Browse files Browse the repository at this point in the history
Partially fixes #407
  • Loading branch information
ElDeveloper committed Nov 25, 2020
1 parent ae42a08 commit d1dda88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ we uninstall it first is so that we can ensure the most up-to-date version of
it is available.)

```
pip uninstall --yes emperor
pip install git+https://github.com/biocore/empress.git
pip install empress
qiime dev refresh-cache
qiime empress --help
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from setuptools import setup, find_packages

__version__ = "1.0.0"
__version__ = "1.0.1"
__maintainer__ = "Empress development team"
__email__ = "[email protected]"

Expand Down

0 comments on commit d1dda88

Please sign in to comment.