File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66from .jsonconv import *
77
88__author__ = 'Varun Malhotra'
9- __version__ = '1.2.1 '
9+ __version__ = '1.3.0 '
1010__license__ = 'MIT'
Original file line number Diff line number Diff line change 1111setup (
1212 name = 'json2html' ,
1313 packages = ['json2html' ],
14- version = '1.2.1 ' ,
14+ version = '1.3.0 ' ,
1515 install_requires = required ,
1616 description = 'JSON to HTML Table Representation' ,
1717 long_description = open ('README.rst' ).read (),
1818 author = 'Varun Malhotra' ,
1919 author_email = 'varun2902@gmail.com' ,
2020 url = 'https://github.com/softvar/json2html' ,
21- download_url = 'https://github.com/softvar/json2html/tarball/1.2.1 ' ,
21+ download_url = 'https://github.com/softvar/json2html/tarball/1.3.0 ' ,
2222 keywords = ['json' , 'HTML' , 'Table' ],
2323 license = 'MIT' ,
2424 classifiers = (
You can’t perform that action at this time.
0 commit comments