We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f554e83 commit ad53a0fCopy full SHA for ad53a0f
openfl/__version__.py
@@ -3,4 +3,4 @@
3
4
5
"""openfl version information."""
6
-__version__ = "1.5"
+__version__ = "1.6"
setup.py
@@ -80,8 +80,8 @@ def run(self):
80
81
setup(
82
name='openfl',
83
- version='1.5',
84
- author='Intel Corporation',
+ version='1.6',
+ author='The OpenFL Team',
85
description='Federated Learning for the Edge',
86
long_description=long_description,
87
long_description_content_type='text/markdown',
0 commit comments