From c3fd2b9602c071351be0a898010816c87bd2e3c5 Mon Sep 17 00:00:00 2001 From: alexliang Date: Sun, 9 Oct 2022 17:30:08 +0800 Subject: [PATCH] update version. --- python/fedml/__init__.py | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/fedml/__init__.py b/python/fedml/__init__.py index af4c9b991b..43372476b0 100644 --- a/python/fedml/__init__.py +++ b/python/fedml/__init__.py @@ -23,7 +23,7 @@ _global_training_type = None _global_comm_backend = None -__version__ = "0.7.333" +__version__ = "0.7.334" def init(args=None): diff --git a/python/setup.py b/python/setup.py index 3998554172..52e8fa89dc 100755 --- a/python/setup.py +++ b/python/setup.py @@ -73,7 +73,7 @@ def finalize_options(self): setup( name="fedml", - version="0.7.333", + version="0.7.334", author="FedML Team", author_email="ch@fedml.ai", description="A research and production integrated edge-cloud library for "