diff --git a/README.rst b/README.rst index 672e530..948c976 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,12 @@ License Changelog --------- +- 0.5.0 + + - Added support for toolprofile (@fubar2) + - Removed default stdio addition (@fubar2) + - Github Actions (@bernt-matthias) + - 0.4.14 - Fix for TestRepeats (@fubar2) diff --git a/setup.py b/setup.py index af18d01..5f139e2 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setup( name="galaxyxml", - version="0.4.15", + version="0.5.0", description="Galaxy XML generation library", author="Helena Rasche", - author_email="hxr@hx42.org", + author_email="hexylena@galaxians.org", install_requires=["lxml", "galaxy-tool-util"], long_description=readme, long_description_content_type="text/x-rst",