X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=08ad0983b893eb0ee6c46fb43df9936273446fe6;hb=0f8ffa61bdc219b08f76b22cafcd9d87f8dc8db1;hp=648f6b0e07ecf8defae8aa20aaea44eb66163a6e;hpb=7a837792ce750677b993704977bfdbd1c5b08b3f;p=m_lib.git diff --git a/setup.py b/setup.py index 648f6b0..08ad098 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ if is_setuptools: } setup(name = "m_lib", - version = "3.0.0b2", + 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',