Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="ch@fedml.ai",
description="A research and production integrated edge-cloud library for "
Expand Down