Skip to content

Commit

Permalink
meta.yaml and setup.py for 3.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fasnicar committed Aug 24, 2022
1 parent eafc68f commit 83111cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "phylophlan" %}
{% set version = "3.0.2" %}
{% set sha256 = "c342116662bbfbb49f0665291fc7c0be5a0d04a02a7be2da81de0322eb2256b4" %}
{% set version = "3.0.3" %}
{% set sha256 = "a6a4123aabb564c583edf53804f682ecb8c2f614720104b0b576a315f57019a8" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
install_reqs = ["biopython", "dendropy", "matplotlib", "numpy", "pandas", "seaborn"]

setuptools.setup(name='PhyloPhlAn',
version='3.0.2',
version='3.0.3',
author='Francesco Asnicar',
author_email='[email protected]',
url='http://github.com/biobakery/phylophlan',
Expand Down

0 comments on commit 83111cb

Please sign in to comment.