diff options
| author | Rapptz <[email protected]> | 2019-04-08 18:54:40 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-08 18:54:40 -0400 |
| commit | d37839f38acd79d49bc19ae06d3067a455695e9b (patch) | |
| tree | 307b4f2f07cec1a15eda6f75adf8b15b2a5420fd /setup.py | |
| parent | Version bump to v1.0.0 (diff) | |
| download | discord.py-d37839f38acd79d49bc19ae06d3067a455695e9b.tar.xz discord.py-d37839f38acd79d49bc19ae06d3067a455695e9b.zip | |
Update classifier in setup.pyv1.0.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |