Skip to content

Commit 419838b

Browse files
authored
Merge pull request #3255 from bdarnell/bump-version-6.3.1
Bump version to 6.3.1
2 parents 2453344 + cd5b9fc commit 419838b

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)