From 735ba2df245274dc5c385684667d25829adf3460 Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Mon, 13 Nov 2023 16:12:04 +0000 Subject: [PATCH] update version tag --- docs/conf.py | 2 +- fedn/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 963080333..bd2032b0e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ author = 'Scaleout Systems AB' # The full version, including alpha/beta/rc tags -release = '0.4.1' +release = '0.6.0' # Add any Sphinx extension module names here, as strings extensions = [ diff --git a/fedn/setup.py b/fedn/setup.py index 1dbdb951f..62888ce09 100644 --- a/fedn/setup.py +++ b/fedn/setup.py @@ -2,7 +2,7 @@ setup( name='fedn', - version='0.5.0', + version='0.6.0', description="""Scaleout Federated Learning""", author='Scaleout Systems AB', author_email='contact@scaleoutsystems.com',