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 772195c commit bed2404Copy full SHA for bed2404
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='httptools',
6
- version='0.0.9',
+ version='0.0.10',
7
description='A collection of framework independent HTTP protocol utils.',
8
classifiers=[
9
'License :: OSI Approved :: MIT License',
@@ -12,7 +12,7 @@
12
'Operating System :: POSIX',
13
'Operating System :: MacOS :: MacOS X',
14
'Environment :: Web Environment',
15
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
16
],
17
platforms=['POSIX'],
18
author='Yury Selivanov',
0 commit comments