From 983a4ba24e695542f1b5b61b60eb29ec5daea400 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sat, 23 Mar 2019 12:27:12 -0400 Subject: [PATCH] Set version number to 6.0.2 --- tornado/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tornado/__init__.py b/tornado/__init__.py index 1050a114d..bc5dbb918 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -22,5 +22,5 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -version = "6.0.1" -version_info = (6, 0, 1, 0) +version = "6.0.2" +version_info = (6, 0, 2, 0) -- 2.47.2