From 53173d458de633b98ec63ebc097f0375a54390dd Mon Sep 17 00:00:00 2001 From: dotcomboom <38927017+dotcomboom@users.noreply.github.com> Date: Wed, 12 Jun 2019 10:29:07 -0400 Subject: [PATCH] 1.0 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ae7d62c..402af1a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='Pituophis', - version='0.99', + version='1.0', install_requires=['natsort'], packages=['pituophis'], url='https://github.com/dotcomboom/Pituophis', @@ -16,7 +16,7 @@ long_description=long_description, long_description_content_type="text/markdown", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Natural Language :: English",