We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f414d44 commit bb83512Copy full SHA for bb83512
_version/__init__.py
@@ -14,7 +14,7 @@
14
15
VERSION_MAJOR = 1
16
VERSION_MINOR = 1
17
-VERSION_PATCH = 2
+VERSION_PATCH = 3
18
19
VERSION_STRING = '%s.%s.%s' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
20
0 commit comments