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 ._compat import text_type, JYTHON, IRONPYTHON
|
||||||
from .constants import FIELD_TYPE
|
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,
|
download_url = 'https://github.com/PyMySQL/PyMySQL/tarball/pymysql-%s' % version,
|
||||||
author='yutaka.matsubara',
|
author='yutaka.matsubara',
|
||||||
author_email='yutaka.matsubara@gmail.com',
|
author_email='yutaka.matsubara@gmail.com',
|
||||||
maintainer='Marcel Rodrigues',
|
maintainer='INADA Naoki',
|
||||||
maintainer_email='marcelgmr@gmail.com',
|
maintainer_email='songofacandy@gmail.com',
|
||||||
description='Pure-Python MySQL Driver',
|
description='Pure-Python MySQL Driver',
|
||||||
license="MIT",
|
license="MIT",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|||||||
Reference in New Issue
Block a user