From 3daa82c59fc4d21c4342b318bbb39eb7f2c77ad8 Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Fri, 13 Sep 2024 12:51:03 +0000 Subject: [PATCH] bump --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f1c93b69e..5945fa7e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ author = "Scaleout Systems AB" # The full version, including alpha/beta/rc tags -release = "0.14.0" +release = "0.15.0" # Add any Sphinx extension module names here, as strings extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 3a0be7aee..f42d4a0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "fedn" -version = "0.14.0" +version = "0.15.0" description = "Scaleout Federated Learning" authors = [{ name = "Scaleout Systems AB", email = "contact@scaleoutsystems.com" }] readme = "README.rst"