From f12bb0eea4f3a30173134a3901394c402eb1379f Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 3 Jan 2019 11:38:08 -0800 Subject: [PATCH] Update setup.py Next will be version 1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dfb821c..9384f77 100644 --- a/setup.py +++ b/setup.py @@ -4,14 +4,14 @@ with open("README.md", "r") as fh: long_description = fh.read() setup(name='wavinfo', - version='0.3', + version='1.0', author='Jamie Hardt', author_email='jamiehardt@me.com', description='WAVE sound file metadata parser.', long_description_content_type="text/markdown", long_description=long_description, url='https://github.com/iluvcapra/wavinfo', - classifiers=['Development Status :: 4 - Beta', + classifiers=['Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: MIT License', 'Topic :: Multimedia', 'Topic :: Multimedia :: Sound/Audio',