diff --git a/README.md b/README.md index f52a618..061b8c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![PyPI version fury.io](https://badge.fury.io/py/galaxy-workflow-executor.svg)](https://pypi.python.org/pypi/galaxy-workflow-executor/) [![Build Status](https://api.travis-ci.com/ebi-gene-expression-group/galaxy-workflow-executor.svg?branch=develop)](https://travis-ci.org/ebi-gene-expression-group/galaxy-workflow-executor) -# Galaxy workflow executor 0.2.4 +# Galaxy workflow executor 0.2.5 This setup uses bioblend (0.12 - 0.13 tested) to run a Galaxy workflow through the CLI: diff --git a/setup.py b/setup.py index 9827cb1..3e57c76 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): setup( name='galaxy-workflow-executor', - version='0.2.4', + version='0.2.5', description='Execute workflows on Galaxy through the CLI', long_description=readme(), packages=find_packages(),