Skip to content

Commit d25c837

Browse files
committed
更新版本
添加 --safe 功能 并调整代码
1 parent 70f81fc commit d25c837

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

jsoncsv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# author@alingse
33
# 2016.09.30
44

5-
__version__ = (2, 0, 3)
5+
__version__ = (2, 0, 4)

jsoncsv/jsontool.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
__all__ = [
1414
'expand',
1515
'restore',
16+
'gen_leaf',
17+
'from_leaf',
1618
]
1719

1820

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
name='jsoncsv',
1616
version=version,
17-
description='a tool convert json file to csv or xlsx',
17+
description='a command tool easily convert json file to csv or xlsx',
1818
long_description=readme,
1919
author='alingse',
2020
author_email='[email protected]',

0 commit comments

Comments
 (0)