8000 v1.0.3 (#1097) · PyMySQL/PyMySQL@7b0e0ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b0e0ea

Browse files
authored
v1.0.3 (#1097)
1 parent 35bf026 commit 7b0e0ea

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
@@ -47,7 +47,7 @@
4747
)
4848

4949

50-
VERSION = (1, 0, 3, "rc1")
50+
VERSION = (1, 0, 3, None)
5151
if VERSION[3] is not None:
5252
VERSION_STRING = "%d.%d.%d_%s" % VERSION
5353
else:

0 commit comments

Comments
 (0)
0