diff --git a/pycmx/__init__.py b/pycmx/__init__.py index 80e4951..fde3f9c 100644 --- a/pycmx/__init__.py +++ b/pycmx/__init__.py @@ -7,7 +7,7 @@ copy and reuse this software, refer to the LICENSE file included with the distribution. """ -__version__ = '1.2.1' +__version__ = '1.2.2' from .parse_cmx_events import parse_cmx3600 from .transition import Transition