From 5c16f20d2d8142eecadaa9015a329884bb4a8a9b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 Apr 2022 13:19:31 +0800 Subject: [PATCH] bugfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f64642c..168fafe 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.4" +version = "5.1.5" name = "appPublic" description = "appPublic" author = "yumoqing"