From 7fa22d4b85e5104b982a86a19af8b421af9f5547 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 13 Nov 2022 17:50:26 -0800 Subject: [PATCH] Update setup.py Version 1.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f9c74a..6078ee0 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='1.1.1', + version='1.1.3', author='Jamie Hardt', author_email='jamiehardt@me.com', description='CMX 3600 Edit Decision List Parser',