Skip to content

Commit f352cfb

Browse files
authored
Merge pull request #1517 from FedML-AI/test/v0.7.0
Test/v0.7.0
2 parents c1913be + 6e22d98 commit f352cfb

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
@@ -34,7 +34,7 @@
3434
_global_training_type = None
3535
_global_comm_backend = None
3636

37-
__version__ = "0.8.9a3"
37+
__version__ = "0.8.9"
3838

3939

4040
# This is the deployment environment used for different roles (RD/PM/BD/Public Developers). Potential VALUE: local, dev, test, release

python/setup.py

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

9595
setup(
9696
name="fedml",
97-
version="0.8.9a3",
97+
version="0.8.9",
9898
author="FedML Team",
9999
author_email="[email protected]",
100100
description="A research and production integrated edge-cloud library for "

0 commit comments

Comments
 (0)