From 49db91f907649266af586d3d452d2622d3e0601e Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Mon, 2 Sep 2024 15:09:12 +0000 Subject: [PATCH] bump --- docs/conf.py | 5 ++--- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f52a282b3..c5b4db2a2 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.12.1" +release = "0.13.0" # Add any Sphinx extension module names here, as strings extensions = [ @@ -98,8 +98,7 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, "fedn", "FEDn Documentation", author, "fedn", - "One line description of project.", "Miscellaneous"), + (master_doc, "fedn", "FEDn Documentation", author, "fedn", "One line description of project.", "Miscellaneous"), ] # Bibliographic Dublin Core info. diff --git a/pyproject.toml b/pyproject.toml index 2df87137a..b1cfa5cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "fedn" -version = "0.12.1" +version = "0.13.0" description = "Scaleout Federated Learning" authors = [{ name = "Scaleout Systems AB", email = "contact@scaleoutsystems.com" }] readme = "README.rst"