From b414dc604653b6b4452d820c0330d495f8996e1f Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Tue, 1 Jan 2019 22:44:33 -0500 Subject: [PATCH] init: set version to 6.0a1 --- tornado/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tornado/__init__.py b/tornado/__init__.py index e6c450593..16db243d2 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.dev1" -version_info = (6, 0, 0, -100) +version = "6.0a1" +version_info = (6, 0, 0, -99) -- 2.47.2