Skip to content

Commit 9169609

Browse files
committed
v1.1 finished
1 parent f75e516 commit 9169609

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

fedlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.2"
15+
__version__ = "1.1.0"

fedlab/core/server/manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ def shutdown_clients(self):
164164
165165
"""
166166
for rank in range(1, self._network.world_size):
167-
print("stopping clients rank:", rank)
168167
pack = Package(message_code=MessageCode.Exit)
169168
PackageProcessor.send_package(pack, dst=rank)
170169

0 commit comments

Comments
 (0)