Skip to content

Commit

Permalink
Merge pull request #1191 from FedML-AI/dev/v0.7.0
Browse files Browse the repository at this point in the history
release 0.8.7
  • Loading branch information
fedml-alex authored Jul 23, 2023
2 parents 9a49b5c + c5ca91c commit 2b6a202
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions devops/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ pipeline {

sh 'kubectl scale -n $DEPLOY_NAMESPACE_DEV --replicas=0 deployment/$DEPLOY_NAME_2'
sh 'kubectl scale -n $DEPLOY_NAMESPACE_DEV --replicas=1 deployment/$DEPLOY_NAME_2'

sh 'kubectl scale -n $DEPLOY_NAMESPACE_DEV --replicas=0 deployment/$DEPLOY_NAME_3'
sh 'kubectl scale -n $DEPLOY_NAMESPACE_DEV --replicas=1 deployment/$DEPLOY_NAME_3'
}

// withCredentials([
Expand Down
2 changes: 1 addition & 1 deletion python/fedml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
_global_training_type = None
_global_comm_backend = None

__version__ = "0.8.7a5"
__version__ = "0.8.7"


def init(args=None):
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def finalize_options(self):

setup(
name="fedml",
version="0.8.7a5",
version="0.8.7",
author="FedML Team",
author_email="[email protected]",
description="A research and production integrated edge-cloud library for "
Expand Down

0 comments on commit 2b6a202

Please sign in to comment.