diff --git a/README.md b/README.md index 6b7c3c1..259f4ad 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ its most most common variations. ## Features * The major variations of the CMX 3600: the standard, "File32", "File128" and - long Adobe Premiere formats are automatically detected and properly read. + long Adobe Premiere event numbers are automatically detected and properly + read. * Preserves relationship between events and individual edits/clips. * Remark or comment fields with common recognized forms are read and available to the client, including clip name and source file data. diff --git a/pyproject.toml b/pyproject.toml index d18417e..9b55971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycmx" -version = "1.2.3" +version = "1.3.0" description = "Python CMX 3600 Edit Decision List Parser" authors = ["Jamie Hardt "] license = "MIT"