8000 Bump version. · csuagent/PyMySQL@3a9ec7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a9ec7f

Browse files
committed
Bump version.
1 parent 90c6f15 commit 3a9ec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, 6, 2, None)
26+
VERSION = (0, 6, 3, None)
2727

2828
from ._compat import text_type, JYTHON, IRONPYTHON
2929
from .constants import FIELD_TYPE

0 commit comments

Comments
 (0)
0