Skip to content

Commit

Permalink
This is 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Feb 2, 2019
1 parent db35a53 commit af0454a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pluginbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from io import BytesIO as NativeBytesIO


__version__ = '0.8b0'
__version__ = '1.0.0'
_local = threading.local()

_internalspace = ModuleType(__name__ + '._internalspace')
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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',
Expand All @@ -36,6 +36,7 @@
'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',
Expand Down

0 comments on commit af0454a

Please sign in to comment.