Skip to content

Commit

Permalink
update release version (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyxclack authored May 6, 2022
1 parent c72a8a5 commit b996fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion federatedscope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import print_function
from __future__ import division

__version__ = '0.0.1'
__version__ = '0.1.0'


def _setup_logger():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="federatedscope",
version="0.0.1",
version="0.1.0",
author="Alibaba Damo Academy",
author_email="",
description="Federated learning package",
Expand Down

0 comments on commit b996fc7

Please sign in to comment.