From 17eab5ea6c0e13fefc898020f1a48ad6bbe6e1ac Mon Sep 17 00:00:00 2001 From: Paul Andrey <paul.andrey@inria.fr> Date: Fri, 26 Jul 2024 11:07:05 +0200 Subject: [PATCH] Increment version to '2.6.0'. --- AUTHORS | 2 +- declearn/version.py | 2 +- pyproject.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index b37d131..7815f87 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ This file maintains the list of present and past declearn authors. A secondary file listing punctual open-source contributors may complement it. -Declearn 2.4 - 2.5 +Declearn 2.4 - 2.6 - Paul Andrey Declearn 2.1 - 2.3 diff --git a/declearn/version.py b/declearn/version.py index 70a1a14..f516287 100644 --- a/declearn/version.py +++ b/declearn/version.py @@ -17,5 +17,5 @@ """DecLearn version information, as hard-coded constants.""" -VERSION = "2.6.0.dev2" +VERSION = "2.6.0" """Version information of the installed DecLearn package.""" diff --git a/pyproject.toml b/pyproject.toml index d524e2e..6efe3d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ requires = [ [project] name = "declearn" +version = "2.6.0" description = """ DecLearn - a modular and extensible framework for Federated Learning. """ -- GitLab