Navigation Menu

Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed May 7, 2018
1 parent ba33057 commit 68e5800
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pymysql/__init__.py
Expand Up @@ -35,7 +35,7 @@
DateFromTicks, TimeFromTicks, TimestampFromTicks)


VERSION = (0, 8, 0, None)
VERSION = (0, 8, 1, None)
threadsafety = 1
apilevel = "2.0"
paramstyle = "pyformat"
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -16,6 +16,9 @@
name="PyMySQL",
version=version,
url='https://github.com/PyMySQL/PyMySQL/',
project_urls={
"Documentation": "https://pymysql.readthedocs.io/",
},
author='yutaka.matsubara',
author_email='yutaka.matsubara@gmail.com',
maintainer='INADA Naoki',
Expand All @@ -32,10 +35,12 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Topic :: Database',
],
keywords="MySQL",
)

0 comments on commit 68e5800

Please sign in to comment.