X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=08ad0983b893eb0ee6c46fb43df9936273446fe6;hb=51ba2ffe35552595f0f1eb0c79e90983a34c022b;hp=6e170308defd978eb70d1969e6d5643d7b6fa1ef;hpb=0566a31b33d1e2b6671c8fdbe8306b03c1c81a7b;p=m_lib.git diff --git a/setup.py b/setup.py index 6e17030..08ad098 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ if is_setuptools: } setup(name = "m_lib", - version = "3.0.0b1", + 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',