From e5f632d8a4c127cc870917c0d97fc87d0232c4ab Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 1 Dec 2018 13:08:16 -0800 Subject: [PATCH] Updated setup, mnudge to version 0.5 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5ffd3e3..759e52c 100644 --- a/setup.py +++ b/setup.py @@ -4,14 +4,14 @@ with open("README.md", "r") as fh: long_description = fh.read() setup(name='pycmx', - version='0.4', + version='0.5', author='Jamie Hardt', author_email='jamiehardt@me.com', description='CMX 3600 Edit Decision List Parser', long_description_content_type="text/markdown", long_description=long_description, url='https://github.com/iluvcapra/pycmx', - classifiers=['Development Status :: 3 - Alpha', + classifiers=['Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License', 'Topic :: Multimedia', 'Topic :: Multimedia :: Video',