Skip to content

Commit af0454a

Browse files
committed
This is 1.0.0
1 parent db35a53 commit af0454a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pluginbase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from io import BytesIO as NativeBytesIO
3333

3434

35-
__version__ = '0.8b0'
35+
__version__ = '1.0.0'
3636
_local = threading.local()
3737

3838
_internalspace = ModuleType(__name__ + '._internalspace')

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author_email='[email protected]',
2020
maintainer='Spencer McIntyre',
2121
maintainer_email='[email protected]',
22-
version='0.8-dev',
22+
version='1.0.0',
2323
description=DESCRIPTION,
2424
long_description=long_description,
2525
long_description_content_type='text/markdown',
@@ -36,6 +36,7 @@
3636
'Programming Language :: Python :: 3.4',
3737
'Programming Language :: Python :: 3.5',
3838
'Programming Language :: Python :: 3.6',
39+
'Programming Language :: Python :: 3.7',
3940
'Programming Language :: Python :: Implementation :: PyPy',
4041
'Environment :: Plugins',
4142
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)