8000 Bump version to 0.6. · gcmcom/PyMySQL@7b80bde · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b80bde

Browse files
committed
Bump version to 0.6.
1 parent fdaddce commit 7b80bde

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

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

0 commit comments

Comments
 (0)
0