From 5cff197bdb1ab57130fcbe426681e10b83a2ad7b Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Mon, 28 Dec 2020 11:45:48 +0100 Subject: [PATCH] Bump to 2.0.0 --- tornado_eventsource/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado_eventsource/__init__.py b/tornado_eventsource/__init__.py index 1777df5..d81363e 100644 --- a/tornado_eventsource/__init__.py +++ b/tornado_eventsource/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -__version__ = '2.0.0rc3' +__version__ = '2.0.0'