8000 0.8.1 · 521hellogithub/PyMySQL@68e5800 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 68e5800

Browse files
committed
0.8.1
1 parent ba33057 commit 68e5800

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
DateFromTicks, TimeFromTicks, TimestampFromTicks)
3636

3737

38-
VERSION = (0, 8, 0, None)
38+
VERSION = (0, 8, 1, None)
3939
threadsafety = 1
4040
apilevel = "2.0"
4141
paramstyle = "pyformat"

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
name="PyMySQL",
1717
version=version,
1818
url='https://github.com/PyMySQL/PyMySQL/',
19+
project_urls={
20+
"Documentation": "https://pymysql.readthedocs.io/",
21+
},
1922
author='yutaka.matsubara',
2023
author_email='yutaka.matsubara@gmail.com',
2124
maintainer='INADA Naoki',
@@ -32,10 +35,12 @@
3235
'Programming Language :: Python :: 3.4',
3336
'Programming Language :: Python :: 3.5',
3437
'Programming Language :: Python :: 3.6',
38+
'Programming Language :: Python :: 3.7',
3539
'Programming Language :: Python :: Implementation :: CPython',
3640
'Programming Language :: Python :: Implementation :: PyPy',
3741
'Intended Audience :: Developers',
3842
'License :: OSI Approved :: MIT License',
3943
'Topic :: Database',
4044
],
45+
keywords="MySQL",
4146
)

0 commit comments

Comments
 (0)
0