diff --git a/README.rst b/README.rst index 5b66921..953a7c1 100644 --- a/README.rst +++ b/README.rst @@ -191,5 +191,3 @@ Apache License, v2 .. |PyPI| image:: https://img.shields.io/pypi/v/argparse2tool.svg :target: https://pypi.python.org/pypi/argparse2tool -.. |Build Status| image:: https://travis-ci.org/hexylena/argparse2tool.svg?branch=master - :target: https://travis-ci.org/hexylena/argparse2tool diff --git a/argparse2tool/__init__.py b/argparse2tool/__init__.py index 3162068..4aa5075 100644 --- a/argparse2tool/__init__.py +++ b/argparse2tool/__init__.py @@ -8,7 +8,7 @@ pass -__version__ = "0.4.9" +__version__ = "0.5.0" def load_argparse(): diff --git a/examples/example-click.cwl b/examples/example-click.cwl index fbd9e6a..03fac49 100644 --- a/examples/example-click.cwl +++ b/examples/example-click.cwl @@ -1,5 +1,5 @@ #!/usr/bin/env cwl-runner -# This tool description was generated automatically by argparse2tool ver. 0.4.9 +# This tool description was generated automatically by argparse2tool ver. 0.5.0 # To generate again: $ example-click.py --generate_cwl_tool # Help: $ example --help_arg2cwl diff --git a/setup.py b/setup.py index ad1ff10..acc1113 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ version=__version__, description="Instrument for forming Galaxy XML and CWL tool descriptions from argparse arguments", author="Helena Rasche, Anton Khodak", - author_email="hxr@hx42.org", + author_email="hexylena@galaxians.org", long_description=readme, long_description_content_type="text/x-rst", install_requires=["galaxyxml==0.4.6", "jinja2"],