We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9069edc + c08829b commit c52670eCopy full SHA for c52670e
python/fedml/__init__.py
@@ -23,7 +23,7 @@
23
_global_training_type = None
24
_global_comm_backend = None
25
26
-__version__ = "0.7.604"
+__version__ = "0.8.0"
27
28
29
def init(args=None):
python/setup.py
@@ -88,7 +88,7 @@ def finalize_options(self):
88
89
setup(
90
name="fedml",
91
- version="0.7.604",
+ version="0.8.0",
92
author="FedML Team",
93
author_email="[email protected]",
94
description="A research and production integrated edge-cloud library for "
0 commit comments