From b944071c051abc17c05a7ccc51a943ace6a160a7 Mon Sep 17 00:00:00 2001 From: jingqinghe Date: Thu, 30 Apr 2020 13:34:43 +0800 Subject: [PATCH] fix bug --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index d9359e5..79f73d5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -22,7 +22,7 @@ import platform from setuptools import find_packages from setuptools import setup - +from paddle_fl.version import fl_version def python_version(): """ -- GitLab