diff --git a/cwlupgrader/__init__.py b/cwlupgrader/__init__.py index fcc0b47..d9f828b 100644 --- a/cwlupgrader/__init__.py +++ b/cwlupgrader/__init__.py @@ -1,3 +1,3 @@ -"""Transforms draft-3 CWL documents into v1.0+ as idiomatically as possible.""" +"""Transforms older CWL documents into v1.0+ as idiomatically as possible.""" -__version__ = "1.2.13" +__version__ = "1.2.14"