diff --git a/pycmx/__init__.py b/pycmx/__init__.py index 97d75d2..80e4951 100644 --- a/pycmx/__init__.py +++ b/pycmx/__init__.py @@ -2,12 +2,12 @@ """ pycmx is a parser for CMX 3600-style EDLs. -This module (c) 2022 Jamie Hardt. For more information on your rights to +This module (c) 2023 Jamie Hardt. For more information on your rights to copy and reuse this software, refer to the LICENSE file included with the distribution. """ -__version__ = '1.2.0' +__version__ = '1.2.1' from .parse_cmx_events import parse_cmx3600 from .transition import Transition