Skip to content

Commit 2afd0ec

Browse files
authored
Merge pull request #853 from FedML-AI/dev/v0.7.0
[DevOps] Release 0.8.2
2 parents 204d15f + f509db2 commit 2afd0ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/fedml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
_global_training_type = None
2424
_global_comm_backend = None
2525

26-
__version__ = "0.8.2a5"
26+
__version__ = "0.8.2"
2727

2828

2929
def init(args=None):

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def finalize_options(self):
8888

8989
setup(
9090
name="fedml",
91-
version="0.8.2a5",
91+
version="0.8.2",
9292
author="FedML Team",
9393
author_email="[email protected]",
9494
description="A research and production integrated edge-cloud library for "

0 commit comments

Comments
 (0)