Skip to content

Commit

Permalink
Merge pull request #569 from FedML-AI/dev/v0.7.0
Browse files Browse the repository at this point in the history
Dev/v0.7.0
  • Loading branch information
fedml-alex committed Sep 11, 2022
2 parents d5221b9 + 355018e commit 7258a7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion python/fedml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
_global_training_type = None
_global_comm_backend = None

__version__ = "0.7.316"
__version__ = "0.7.317"


def init(args=None):
Expand Down
11 changes: 5 additions & 6 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
from setuptools import setup, find_packages


from wheel.bdist_wheel import bdist_wheel
#
# try:
try:
from wheel.bdist_wheel import bdist_wheel
# from wheel.bdist_wheel import bdist_wheel as _bdist_wheel
#
#
Expand All @@ -19,8 +18,8 @@
#
#
#
# except ImportError:
# bdist_wheel = None
except ImportError:
bdist_wheel = None

requirements = [
"numpy",
Expand Down Expand Up @@ -75,7 +74,7 @@

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

0 comments on commit 7258a7b

Please sign in to comment.