From: Ben Darnell Date: Wed, 27 Sep 2023 00:52:14 +0000 (-0400) Subject: Set version number to 6.4b1 X-Git-Tag: v6.4.0b1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc2b92bd61d9ac608ac4148c22b2f41d30bf803;p=thirdparty%2Ftornado.git Set version number to 6.4b1 --- diff --git a/tornado/__init__.py b/tornado/__init__.py index 3df733ad9..ae39bb59b 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -22,8 +22,8 @@ # 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.4.dev1" -version_info = (6, 4, 0, -100) +version = "6.4b1" +version_info = (6, 4, 0, -99) import importlib import typing