Nudge version

v0.7
This commit is contained in:
Jamie Hardt
2018-12-24 16:31:00 -08:00
parent 15d14914ea
commit d4353d1e68
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
from .parse_cmx_events import parse_cmx3600, Transition, Event, Edit from .parse_cmx_events import parse_cmx3600, Transition, Event, Edit
from . import parse_cmx_events from . import parse_cmx_events
__version__ = '0.6' __version__ = '0.7'

View File

@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
setup(name='pycmx', setup(name='pycmx',
version='0.6', version='0.7',
author='Jamie Hardt', author='Jamie Hardt',
author_email='jamiehardt@me.com', author_email='jamiehardt@me.com',
description='CMX 3600 Edit Decision List Parser', description='CMX 3600 Edit Decision List Parser',