Skip to content

Commit ad53a0f

Browse files
authored
Update version to 1.6 (#1083)
Signed-off-by: Patrick Foley <psfoley@gmail.com>
1 parent f554e83 commit ad53a0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openfl/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
"""openfl version information."""
6-
__version__ = "1.5"
6+
__version__ = "1.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def run(self):
8080

8181
setup(
8282
name='openfl',
83-
version='1.5',
84-
author='Intel Corporation',
83+
version='1.6',
84+
author='The OpenFL Team',
8585
description='Federated Learning for the Edge',
8686
long_description=long_description,
8787
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)