From 1e6cc2e65a2e7134da61d391976b00fcb86d7015 Mon Sep 17 00:00:00 2001 From: Justin Michalicek Date: Thu, 23 Feb 2017 12:55:48 -0500 Subject: [PATCH] set dev status to Beta in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18df722..fef11c2 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ zip_safe=False, keywords='jwt_apns_client', classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English',