Skip to content

Commit 5927261

Browse files
committed
updated to 0.7
1 parent d1e9fe0 commit 5927261

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

chinaapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33

44
__title__ = 'chinaapi'
5-
__version__ = '0.6.8'
5+
__version__ = '0.7.0'
66
__author__ = 'smallcode ([email protected])'
77
__license__ = 'Apache 2.0'

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@
4242
license=chinaapi.__license__,
4343
zip_safe=False,
4444
classifiers=[
45-
'Development Status :: 4 - Beta',
45+
'Development Status :: 5 - Production/Stable',
4646
'Intended Audience :: Developers',
4747
'License :: OSI Approved :: Apache Software License',
4848
'Programming Language :: Python',
49+
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
50+
'Topic :: Software Development :: Libraries :: Python Modules'
4951
],
5052
)
5153

0 commit comments

Comments
 (0)