Skip to content

Commit

Permalink
bump version for py3.12 support
Browse files Browse the repository at this point in the history
We are still on 0.x.y so this is not technically a minor version bump it is more of a major version bump
  • Loading branch information
hexylena committed Nov 5, 2024
1 parent 734d1d7 commit 416ccec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion argparse2tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
pass


__version__ = "0.4.9"
__version__ = "0.5.0"


def load_argparse():
Expand Down
2 changes: 1 addition & 1 deletion examples/example-click.cwl
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 416ccec

Please sign in to comment.