Skip to content

Commit

Permalink
Update version to 1.6 (#1083)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Foley <psfoley@gmail.com>
  • Loading branch information
psfoley authored Oct 4, 2024
1 parent f554e83 commit ad53a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openfl/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


"""openfl version information."""
__version__ = "1.5"
__version__ = "1.6"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def run(self):

setup(
name='openfl',
version='1.5',
author='Intel Corporation',
version='1.6',
author='The OpenFL Team',
description='Federated Learning for the Edge',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ad53a0f

Please sign in to comment.