From b555938e8444f1fa9e5abb4a02fdc3754560c99a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 10 May 2022 17:52:31 +0800 Subject: [PATCH] bugfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ecead3..2b6533f 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ except ImportError: # python setup.py bdist_egg generate a egg file # Release information about eway -version = "5.1.7" +version = "5.1.8" name = "appPublic" description = "appPublic" author = "yumoqing"