From: Daniel Roy Greenfeld Date: Wed, 25 Nov 2015 01:41:19 +0000 (-0800) Subject: Updating to a production/stable designation X-Git-Tag: 1.3.0~4^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a8309945bc2f740bef4b1e0daeb4ae3d870f2d0;p=cached-property.git Updating to a production/stable designation --- diff --git a/setup.py b/setup.py index a3855b6..2a84e80 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( zip_safe=False, keywords='cached-property', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Natural Language :: English', @@ -44,5 +44,6 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], )