From ba5bfecb423b2cb09fca4873a4e79441dbe48b43 Mon Sep 17 00:00:00 2001 From: Michael Ding Date: Tue, 15 Oct 2019 19:01:24 +0800 Subject: [PATCH] bump version --- sea/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sea/__init__.py b/sea/__init__.py index 136e709..aa571e1 100644 --- a/sea/__init__.py +++ b/sea/__init__.py @@ -4,7 +4,7 @@ from sea.utils import import_string from sea.local import Proxy -__version__ = "2.0.1" +__version__ = "2.0.2" _app = None