Skip to content

Commit 416ccec

Browse files
committed
bump version for py3.12 support
We are still on 0.x.y so this is not technically a minor version bump it is more of a major version bump
1 parent 734d1d7 commit 416ccec

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,3 @@ Apache License, v2
191191

192192
.. |PyPI| image:: https://img.shields.io/pypi/v/argparse2tool.svg
193193
:target: https://pypi.python.org/pypi/argparse2tool
194-
.. |Build Status| image:: https://travis-ci.org/hexylena/argparse2tool.svg?branch=master
195-
:target: https://travis-ci.org/hexylena/argparse2tool

argparse2tool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
pass
99

1010

11-
__version__ = "0.4.9"
11+
__version__ = "0.5.0"
1212

1313

1414
def load_argparse():

examples/example-click.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env cwl-runner
2-
# This tool description was generated automatically by argparse2tool ver. 0.4.9
2+
# This tool description was generated automatically by argparse2tool ver. 0.5.0
33
# To generate again: $ example-click.py --generate_cwl_tool
44
# Help: $ example --help_arg2cwl
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
version=__version__,
1111
description="Instrument for forming Galaxy XML and CWL tool descriptions from argparse arguments",
1212
author="Helena Rasche, Anton Khodak",
13-
author_email="hxr@hx42.org",
13+
author_email="hexylena@galaxians.org",
1414
long_description=readme,
1515
long_description_content_type="text/x-rst",
1616
install_requires=["galaxyxml==0.4.6", "jinja2"],

0 commit comments

Comments
 (0)