From cde127b99187c0628ef75445944fd2956769b049 Mon Sep 17 00:00:00 2001 From: "yc.li" Date: Mon, 28 Sep 2020 13:40:38 +0800 Subject: [PATCH] Update __init__.py --- sea/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sea/__init__.py b/sea/__init__.py index 9c2dcf5..2affe20 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.2.1" +__version__ = "2.2.2" _app = None