diff --git a/json2xls/__init__.py b/json2xls/__init__.py index c70088c..d8db72a 100644 --- a/json2xls/__init__.py +++ b/json2xls/__init__.py @@ -128,6 +128,6 @@ def body_callback(self, data): __author__ = 'axiaoxin' __email__ = '254606826@qq.com' -__version__ = '0.1.5' +__version__ = '1.0.0' from .json2xls import Json2Xls diff --git a/setup.py b/setup.py index cffeda7..8bb4a41 100755 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ 'License :: OSI Approved :: BSD License', 'Natural Language :: English', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.6', ], test_suite='tests', tests_require=test_requirements,