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 a4b3288 commit 6e151cdCopy full SHA for 6e151cd
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="Tornado-MySQL",
6
- version="0.5",
+ version="0.5.1",
7
url='https://github.com/PyMySQL/Tornado-MySQL',
8
author='INADA Naoki',
9
author_email='[email protected]',
@@ -17,6 +17,7 @@
17
'Programming Language :: Python :: 3',
18
'Programming Language :: Python :: 3.3',
19
'Programming Language :: Python :: 3.4',
20
+ 'Programming Language :: Python :: 3.5',
21
'Programming Language :: Python :: Implementation :: CPython',
22
'Programming Language :: Python :: Implementation :: PyPy',
23
'Development Status :: 3 - Alpha',
0 commit comments