diff --git a/pycmx/__init__.py b/pycmx/__init__.py index 47ecb03..7e72d3a 100644 --- a/pycmx/__init__.py +++ b/pycmx/__init__.py @@ -8,7 +8,7 @@ copy and reuse this software, refer to the LICENSE file included with the distribution. """ -__version__ = '0.7' +__version__ = '0.8' __author__ = 'Jamie Hardt' from .parse_cmx_events import parse_cmx3600, Transition, Event, Edit diff --git a/setup.py b/setup.py index 3716738..8449519 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setup(name='pycmx', - version='0.7', + version='0.8', author='Jamie Hardt', author_email='jamiehardt@me.com', description='CMX 3600 Edit Decision List Parser',