0.6.5
This commit is contained in:
@@ -23,7 +23,7 @@ THE SOFTWARE.
|
||||
|
||||
'''
|
||||
|
||||
VERSION = (0, 6, 4, None)
|
||||
VERSION = (0, 6, 5, None)
|
||||
|
||||
from ._compat import text_type, JYTHON, IRONPYTHON
|
||||
from .constants import FIELD_TYPE
|
||||
|
4
setup.py
4
setup.py
@@ -15,8 +15,8 @@ setup(
|
||||
download_url = 'https://github.com/PyMySQL/PyMySQL/tarball/pymysql-%s' % version,
|
||||
author='yutaka.matsubara',
|
||||
author_email='yutaka.matsubara@gmail.com',
|
||||
maintainer='Marcel Rodrigues',
|
||||
maintainer_email='marcelgmr@gmail.com',
|
||||
maintainer='INADA Naoki',
|
||||
maintainer_email='songofacandy@gmail.com',
|
||||
description='Pure-Python MySQL Driver',
|
||||
license="MIT",
|
||||
packages=find_packages(),
|
||||
|
Reference in New Issue
Block a user