We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85432d commit a3f4250Copy full SHA for a3f4250
setup.py
@@ -4,7 +4,9 @@
4
name='jsonbox',
5
description='Python wrapper for jsonbox.io',
6
url='https://github.com/harlev/jsonbox-python',
7
- version='0.2.0',
+ author="Ron Harlev",
8
+ author_email="harlev@gmail.com",
9
+ version='0.2.5',
10
packages=['.'],
11
license='MIT',
12
long_description=open('README.md').read(),
0 commit comments