Skip to content

Commit c52670e

Browse files
authored
Merge pull request #829 from alex-liang-kh/dev/v0.7.0
update to v0.8.0
2 parents 9069edc + c08829b commit c52670e

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.7.604"
26+
__version__ = "0.8.0"
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.7.604",
91+
version="0.8.0",
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)