Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axiaoxin committed May 28, 2019
1 parent 232d131 commit b5d7cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion json2xls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ def body_callback(self, data):

__author__ = 'axiaoxin'
__email__ = '[email protected]'
__version__ = '0.1.5'
__version__ = '1.0.0'

from .json2xls import Json2Xls
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b5d7cdd

Please sign in to comment.