From d4353d1e6834f51ee98c7af421387eebcb458554 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 24 Dec 2018 16:31:00 -0800 Subject: [PATCH] Nudge version v0.7 --- pycmx/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pycmx/__init__.py b/pycmx/__init__.py index d405a0b..7c64143 100644 --- a/pycmx/__init__.py +++ b/pycmx/__init__.py @@ -3,4 +3,4 @@ from .parse_cmx_events import parse_cmx3600, Transition, Event, Edit from . import parse_cmx_events -__version__ = '0.6' +__version__ = '0.7' diff --git a/setup.py b/setup.py index 600ab01..3716738 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.6', + version='0.7', author='Jamie Hardt', author_email='jamiehardt@me.com', description='CMX 3600 Edit Decision List Parser',