Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Bumped copyright year and version number.
  • Loading branch information
iluvcapra committed May 31, 2023
1 parent e19bb3c commit 2b38d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycmx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b38d8a

Please sign in to comment.