From 609d8bd797ab451cb1510e9b252c87b9194bda14 Mon Sep 17 00:00:00 2001 From: Andrew Pinkham Date: Tue, 29 Jul 2014 13:34:00 -0500 Subject: [PATCH] Version bump: 1.0c1 -> 1.0 . --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 63f7f77..bf0584e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='MarkdownSubscript', - version='1.0c1', # PEP 440 Compliant Semantic Versioning + version='1.0', # PEP 440 Compliant Semantic Versioning keywords='text filter markdown html subscript', description='Python-Markdown extension to allow for subscript text.', @@ -42,7 +42,7 @@ license='Simplified BSD License', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License',