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 204d15f + f509db2 commit 2afd0ecCopy full SHA for 2afd0ec
python/fedml/__init__.py
@@ -23,7 +23,7 @@
23
_global_training_type = None
24
_global_comm_backend = None
25
26
-__version__ = "0.8.2a5"
+__version__ = "0.8.2"
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.8.2a5",
+ version="0.8.2",
92
author="FedML Team",
93
author_email="[email protected]",
94
description="A research and production integrated edge-cloud library for "
0 commit comments