Skip to content

Commit f7ee184

Browse files
committed
update version
1 parent 191b4e1 commit f7ee184

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,21 @@
66
url='https://github.com/harlev/jsonbox-python',
77
author="Ron Harlev",
88
author_email="[email protected]",
9-
version='0.2.5',
9+
version='1.0.0',
1010
packages=['.'],
1111
license='MIT',
1212
long_description=open('README.md').read(),
1313
long_description_content_type="text/markdown",
1414
install_requires=['requests', 'six'],
1515
python_requires='>=2.7',
1616
classifiers=[
17+
"Intended Audience :: Developers",
18+
"Operating System :: OS Independent",
19+
"Topic :: Software Development :: Libraries :: Python Modules",
20+
"Topic :: Internet",
1721
"License :: OSI Approved :: MIT License",
1822
"Programming Language :: Python :: 2.7",
1923
"Programming Language :: Python :: 3",
24+
"Programming Language :: Python :: 3.7",
2025
],
2126
)

0 commit comments

Comments
 (0)