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 42e740c + 6a5f940 commit a8b59a6Copy full SHA for a8b59a6
python/fedml/__init__.py
@@ -23,7 +23,7 @@
23
_global_training_type = None
24
_global_comm_backend = None
25
26
-__version__ = "0.8.3a22"
+__version__ = "0.8.3"
27
28
29
def init(args=None):
python/setup.py
@@ -89,7 +89,7 @@ def finalize_options(self):
89
90
setup(
91
name="fedml",
92
- version="0.8.3a22",
+ version="0.8.3",
93
author="FedML Team",
94
author_email="[email protected]",
95
description="A research and production integrated edge-cloud library for "
0 commit comments