We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2453344 commit cd5b9fcCopy full SHA for cd5b9fc
1 file changed
tornado/__init__.py
@@ -22,8 +22,8 @@
22
# is zero for an official release, positive for a development branch,
23
# or negative for a release candidate or beta (after the base version
24
# number has been incremented)
25
-version = "6.3"
26
-version_info = (6, 3, 0, 0)
+version = "6.3.1"
+version_info = (6, 3, 1, 0)
27
28
import importlib
29
import typing
0 commit comments