From 1a12a325762f5c7a8b7d643e194ebda43b57f508 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sat, 7 Apr 2018 19:07:49 -0400 Subject: [PATCH] Set version to 5.0.2 --- setup.py | 2 +- tornado/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 239d47c55..1f71d6cdc 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx kwargs = {} -version = "5.0.1" +version = "5.0.2" with open('README.rst') as f: kwargs['long_description'] = f.read() diff --git a/tornado/__init__.py b/tornado/__init__.py index d577e8f2a..07df195b9 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -24,5 +24,5 @@ from __future__ import absolute_import, division, print_function # 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 = "5.0.1" -version_info = (5, 0, 1, 0) +version = "5.0.2" +version_info = (5, 0, 2, 0) -- 2.47.2