diff --git a/tornado/__init__.py b/tornado/__init__.py index 7c889e2d..ae15b21d 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.2.dev1" -version_info = (6, 2, 0, -100) +version = "6.2b1" +version_info = (6, 2, 0, -99)