From: Ben Darnell Date: Sun, 3 Mar 2019 16:50:16 +0000 (-0500) Subject: Set version number to 6.0.1 X-Git-Tag: v6.0.1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a54b0bdc509ffd7c614f69afa2180589c3de48;p=thirdparty%2Ftornado.git Set version number to 6.0.1 --- diff --git a/tornado/__init__.py b/tornado/__init__.py index 54fa89e87..1050a114d 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" -version_info = (6, 0, 0, 0) +version = "6.0.1" +version_info = (6, 0, 1, 0)