Skip to content

Commit

Permalink
Update version to 1.7 (#1270)
Browse files Browse the repository at this point in the history
Signed-off-by: Pant, Akshay <akshay.pant@intel.com>
  • Loading branch information
theakshaypant authored Jan 15, 2025
1 parent 8d75bdd commit c2329f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openfl/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

"""openfl version information."""

__version__ = "1.6"
__version__ = "1.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run(self):

setup(
name='openfl',
version='1.6',
version='1.7',
author='OpenFL Team',
description='Federated Learning for the Edge',
long_description=open("README.md", encoding="utf-8").read(),
Expand Down

0 comments on commit c2329f2

Please sign in to comment.