diff options
| author | Spencer McIntyre <zeroSteiner@gmail.com> | 2019-02-02 14:40:21 -0500 |
|---|---|---|
| committer | Spencer McIntyre <zeroSteiner@gmail.com> | 2019-02-02 14:40:21 -0500 |
| commit | af0454a6f0a7cdd118e63a116a2b60efc3827c32 (patch) | |
| tree | 14f0e088d233cbd4caeb90ea7b2720794ac07873 /setup.py | |
| parent | db35a538d2aedeed41bd9d66597490d1907a1759 (diff) | |
| download | pluginbase-1.0.0.tar.gz | |
This is 1.0.01.0.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,7 @@ setup( author_email='armin.ronacher@active-4.com', maintainer='Spencer McIntyre', maintainer_email='zeroSteiner@gmail.com', - version='0.8-dev', + version='1.0.0', description=DESCRIPTION, long_description=long_description, long_description_content_type='text/markdown', @@ -36,6 +36,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: PyPy', 'Environment :: Plugins', 'Intended Audience :: Developers', |
