Skip to content

Commit cd5b9fc

Browse files
committed
Bump version to 6.3.1
1 parent 2453344 commit cd5b9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tornado/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# is zero for an official release, positive for a development branch,
2323
# or negative for a release candidate or beta (after the base version
2424
# number has been incremented)
25-
version = "6.3"
26-
version_info = (6, 3, 0, 0)
25+
version = "6.3.1"
26+
version_info = (6, 3, 1, 0)
2727

2828
import importlib
2929
import typing

0 commit comments

Comments
 (0)