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

Skip to content

Commit d15e9da

Browse files
committed
Bump version to 0.6.1.
1 parent c2b2887 commit d15e9da

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

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

0 commit comments

Comments
 (0)
0