Skip to content

Commit d7e2fee

Browse files
committed
bump
1 parent 63b6368 commit d7e2fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.1"
11+
__version__ = "0.5.2"
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.5.1
2+
# This tool description was generated automatically by argparse2tool ver. 0.5.2
33
# To generate again: $ example-click.py --generate_cwl_tool
44
# Help: $ example --help_arg2cwl
55

0 commit comments

Comments
 (0)