Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
添加 --safe 功能
并调整代码
  • Loading branch information
alingse committed Nov 20, 2016
1 parent 70f81fc commit d25c837
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsoncsv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# author@alingse
# 2016.09.30

__version__ = (2, 0, 3)
__version__ = (2, 0, 4)
2 changes: 2 additions & 0 deletions jsoncsv/jsontool.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
__all__ = [
'expand',
'restore',
'gen_leaf',
'from_leaf',
]


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
setup(
name='jsoncsv',
version=version,
description='a tool convert json file to csv or xlsx',
description='a command tool easily convert json file to csv or xlsx',
long_description=readme,
author='alingse',
author_email='alingse@foxmail.com',
Expand Down

0 comments on commit d25c837

Please # to comment.