From ce1a0d32bbc349f905f9819527a2114e0688fea2 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 8 Nov 2023 10:10:08 -0800 Subject: [PATCH] Update __init__.py Nudged version to 1.2.2 --- pycmx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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