Update __init__.py

Nudged version to 1.2.2
This commit is contained in:
Jamie Hardt
2023-11-08 10:10:08 -08:00
committed by GitHub
parent daa5d58a66
commit ce1a0d32bb

View File

@@ -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