From 25899b5926564ad0febdb019da0fb1bc46c86726 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 13:28:53 -0500 Subject: [PATCH] Update setup Development Status classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64ae353..a81c235 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup(name="tweepy", keywords="twitter library", python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Topic :: Software Development :: Libraries', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', -- 2.25.1