From 83111cbd2792b694ddfd4936b6bf61ce416976bd Mon Sep 17 00:00:00 2001 From: fasnicar Date: Wed, 24 Aug 2022 18:17:11 +0200 Subject: [PATCH] meta.yaml and setup.py for 3.0.3 release --- recipe/meta.yaml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b603f44..d1163cd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 }}" diff --git a/setup.py b/setup.py index b2a7295..d5d995e 100644 --- a/setup.py +++ b/setup.py @@ -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='f.asnicar@unitn.it', url='http://github.com/biobakery/phylophlan',