Skip to content

Commit 83111cb

Browse files
committed
meta.yaml and setup.py for 3.0.3 release
1 parent eafc68f commit 83111cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set name = "phylophlan" %}
2-
{% set version = "3.0.2" %}
3-
{% set sha256 = "c342116662bbfbb49f0665291fc7c0be5a0d04a02a7be2da81de0322eb2256b4" %}
2+
{% set version = "3.0.3" %}
3+
{% set sha256 = "a6a4123aabb564c583edf53804f682ecb8c2f614720104b0b576a315f57019a8" %}
44

55
package:
66
name: "{{ name|lower }}"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
install_reqs = ["biopython", "dendropy", "matplotlib", "numpy", "pandas", "seaborn"]
1414

1515
setuptools.setup(name='PhyloPhlAn',
16-
version='3.0.2',
16+
version='3.0.3',
1717
author='Francesco Asnicar',
1818
author_email='[email protected]',
1919
url='http://github.com/biobakery/phylophlan',

0 commit comments

Comments
 (0)