8000 Merge pull request #32 from illusional/v0.4.0-version · illusional/python-cwlgen@ad89d65 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ad89d65

Browse files
authored
Merge pull request common-workflow-lab#32 from illusional/v0.4.0-version
Bump version for v0.4.0 release
2 parents 0785752 + 26fff0e commit ad89d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwlgen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 3, 0)
1+
version_info = (0, 4, 0)
22
__version__ = ".".join(str(c) for c in version_info)

0 commit comments

Comments
 (0)
0