File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' )
Original file line number Diff line number Diff line change 1919 author_email = 'armin.ronacher@active-4.com' ,
2020 maintainer = 'Spencer McIntyre' ,
2121 maintainer_email = 'zeroSteiner@gmail.com' ,
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' ,
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' ,
You can’t perform that action at this time.
0 commit comments