8000 Bump version · sleeping113/PyMySQL@1e1a902 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e1a902

Browse files
author
petehunt
committed
Bump version
1 parent 555d8f4 commit 1e1a902

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*.pyc
22
__pycache__
3-
py3k
3+
py3k
4+
dist
5+
PyMySQL.egg-info

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
'''
2525

26-
VERSION = (0, 4, None)
26+
VERSION = (0, 5, None)
2727

2828
from constants import FIELD_TYPE
2929
from converters import escape_dict, escape_sequence, escape_string

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
url = 'http://code.google.com/p/pymysql',
1818
author = 'yutaka.matsubara',
1919
author_email = 'yutaka.matsubara@gmail.com',
20-
maintainer = 'David.Story',
21-
maintainer_email = 'iDavidStory@gmail.com',
20+
maintainer = 'Pete Hunt',
21+
maintainer_email = 'floydophone@gmail.com',
2222
description = 'Pure Python MySQL Driver ',
2323
license = "MIT",
2424
packages = ['pymysql', 'pymysql.constants', 'pymysql.tests']

0 commit comments

Comments
 (0)
0