We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589f76f commit da6e399Copy full SHA for da6e399
cwltool/provenance.py
@@ -72,7 +72,7 @@ class PermissionError(OSError): # pylint: disable=redefined-builtin
72
# 2. Bump minor number if adding resources or PROV statements
73
# 3. Bump patch number for non-breaking non-adding changes,
74
# e.g. fixing broken relative paths
75
-CWLPROV_VERSION = "https://w3id.org/cwl/prov/0.5.0"
+CWLPROV_VERSION = "https://w3id.org/cwl/prov/0.6.0"
76
77
# Research Object folders
78
METADATA = "metadata"
0 commit comments