aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-04-08 18:54:40 -0400
committerRapptz <[email protected]>2019-04-08 18:54:40 -0400
commitd37839f38acd79d49bc19ae06d3067a455695e9b (patch)
tree307b4f2f07cec1a15eda6f75adf8b15b2a5420fd /setup.py
parentVersion bump to v1.0.0 (diff)
downloaddiscord.py-d37839f38acd79d49bc19ae06d3067a455695e9b.tar.xz
discord.py-d37839f38acd79d49bc19ae06d3067a455695e9b.zip
Update classifier in setup.pyv1.0.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 011fefd7..9222ce3d 100644
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ setup(name='discord.py',
extras_require=extras_require,
python_requires='>=3.5.3',
classifiers=[
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Intended Audience :: Developers',
'Natural Language :: English',