Skip to content

Commit 22f85e2

Browse files
author
Varun Malhotra
committed
bump version
1 parent 02b5cf0 commit 22f85e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

json2html/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
from .jsonconv import *
77

88
__author__ = 'Varun Malhotra'
9-
__version__ = '1.2.1'
9+
__version__ = '1.3.0'
1010
__license__ = 'MIT'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
setup(
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 = (

0 commit comments

Comments
 (0)