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 d1e9fe0 commit 5927261Copy full SHA for 5927261
chinaapi/__init__.py
@@ -2,6 +2,6 @@
2
3
4
__title__ = 'chinaapi'
5
-__version__ = '0.6.8'
+__version__ = '0.7.0'
6
__author__ = 'smallcode ([email protected])'
7
__license__ = 'Apache 2.0'
setup.py
@@ -42,10 +42,12 @@
42
license=chinaapi.__license__,
43
zip_safe=False,
44
classifiers=[
45
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
46
'Intended Audience :: Developers',
47
'License :: OSI Approved :: Apache Software License',
48
'Programming Language :: Python',
49
+ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
50
+ 'Topic :: Software Development :: Libraries :: Python Modules'
51
],
52
)
53
0 commit comments