From c14e5c8352473000b184774495abbacdea63f97e Mon Sep 17 00:00:00 2001 From: qjing666 Date: Mon, 13 Jan 2020 15:45:59 +0800 Subject: [PATCH] fix dataset conflict issue in single machine simulation --- paddle_fl/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle_fl/version.py b/paddle_fl/version.py index 5afa05e..27fc069 100644 --- a/paddle_fl/version.py +++ b/paddle_fl/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 = "0.1.4" -module_proto_version = "0.1.4" +fl_version = "0.1.6" +module_proto_version = "0.1.6" -- GitLab