diff options
| -rw-r--r-- | pluginbase.py | 2 | ||||
| -rw-r--r-- | setup.py | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pluginbase.py b/pluginbase.py index 6bfeb66..e3839e1 100644 --- a/pluginbase.py +++ b/pluginbase.py @@ -32,7 +32,7 @@ else: from io import BytesIO as NativeBytesIO -__version__ = '0.8b0' +__version__ = '1.0.0' _local = threading.local() _internalspace = ModuleType(__name__ + '._internalspace') @@ -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', |
