]> git.phdru.name Git - m_lib.git/commitdiff
Version 3.0.2: declare stable 3.0.2
authorOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 14:18:00 +0000 (17:18 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 3 Aug 2016 14:18:00 +0000 (17:18 +0300)
setup.py

index 6f7bbc5507d4f69c46a99d903472683c39ea39b4..08ad0983b893eb0ee6c46fb43df9936273446fe6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ if is_setuptools:
         }
 
 setup(name = "m_lib",
-    version = "3.0.1",
+    version = "3.0.2",
     description = "Broytman Library for Python",
     long_description = "Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design",
     author = "Oleg Broytman",
@@ -27,7 +27,7 @@ setup(name = "m_lib",
     license = "GPL",
     keywords=[''],
     classifiers=[
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Operating System :: OS Independent',