diff --git a/setup.py b/setup.py index bde1bd5..2562f1b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = f.read() setup(name='interline-planetutils', - version='0.2.0', + version='0.2.5', description='Interline PlanetUtils', long_description=long_description, url='https://github.com/interline-io/planetutils', @@ -28,7 +28,7 @@ ], }, classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 2'