From 10b60b2b564cdf3b0c507cfe88c7cb36ba9e67b4 Mon Sep 17 00:00:00 2001 From: Alexey Gruzdev Date: Mon, 25 Oct 2021 11:55:48 +0300 Subject: [PATCH] Bump version to 1.2 --- openfl/__version__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openfl/__version__.py b/openfl/__version__.py index ca6ec2fa48..666144730d 100644 --- a/openfl/__version__.py +++ b/openfl/__version__.py @@ -1,4 +1,4 @@ # Copyright (C) 2020-2021 Intel Corporation # SPDX-License-Identifier: Apache-2.0 """openfl version information.""" -__version__ = '1.1' +__version__ = '1.2' diff --git a/setup.py b/setup.py index ef83cf8792..796ca73656 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='openfl', - version='1.1', + version='1.2', author='Intel Corporation', description='Federated Learning for the Edge', long_description=long_description,