From 9afe9d194d82b40ae56f894133ba2f23ec423c97 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 26 Dec 2018 15:29:01 -0800 Subject: [PATCH] Update __init__.py Added author --- pycmx/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pycmx/__init__.py b/pycmx/__init__.py index 74c4795..47ecb03 100644 --- a/pycmx/__init__.py +++ b/pycmx/__init__.py @@ -8,9 +8,9 @@ copy and reuse this software, refer to the LICENSE file included with the distribution. """ - +__version__ = '0.7' +__author__ = 'Jamie Hardt' from .parse_cmx_events import parse_cmx3600, Transition, Event, Edit from . import parse_cmx_events -__version__ = '0.7'