From f44c46375ff91325a4e65d6f2f62879eeae019c3 Mon Sep 17 00:00:00 2001 From: jingqinghe Date: Thu, 28 May 2020 15:31:48 +0800 Subject: [PATCH] update version --- python/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/version.py b/python/version.py index 330213a..865780b 100644 --- a/python/version.py +++ b/python/version.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. """ PaddleFL version string """ -fl_version = "1.0.0" -module_proto_version = "1.0.0" +fl_version = "1.0.1" +module_proto_version = "1.0.1" -- GitLab