From: Oleg Broytman Date: Wed, 3 Aug 2016 14:18:00 +0000 (+0300) Subject: Version 3.0.2: declare stable X-Git-Tag: 3.0.2 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=e3e8e0c565d026386351f1e2a4fc2ef535692f51;hp=359addd7d0a1522d976b60dfa5cd74cdd4b07b69;p=m_lib.git Version 3.0.2: declare stable --- diff --git a/setup.py b/setup.py index 6f7bbc5..08ad098 100755 --- 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',