From fd8a7909830bf1cadd64e672e729192ab4ae7409 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 30 Nov 2018 12:30:31 -0800 Subject: [PATCH] Bump version v0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9a3148..4414460 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.2', + version='0.3', author='Jamie Hardt', author_email='jamiehardt@me.com', description='CMX 3600 Edit Decision List Parser',