Skip to content

Commit a8b59a6

Browse files
authored
Merge pull request #932 from FedML-AI/dev/v0.7.0
[DevOps] release version 0.8.3.
2 parents 42e740c + 6a5f940 commit a8b59a6

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.3a22"
26+
__version__ = "0.8.3"
2727

2828

2929
def init(args=None):

python/setup.py

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

9090
setup(
9191
name="fedml",
92-
version="0.8.3a22",
92+
version="0.8.3",
9393
author="FedML Team",
9494
author_email="[email protected]",
9595
description="A research and production integrated edge-cloud library for "

0 commit comments

Comments
 (0)