Skip to content

Commit da6e399

Browse files
committed
update version
1 parent 589f76f commit da6e399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/provenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class PermissionError(OSError): # pylint: disable=redefined-builtin
7272
# 2. Bump minor number if adding resources or PROV statements
7373
# 3. Bump patch number for non-breaking non-adding changes,
7474
# e.g. fixing broken relative paths
75-
CWLPROV_VERSION = "https://w3id.org/cwl/prov/0.5.0"
75+
CWLPROV_VERSION = "https://w3id.org/cwl/prov/0.6.0"
7676

7777
# Research Object folders
7878
METADATA = "metadata"

0 commit comments

Comments
 (0)