From e90280981de288587ee6c19506bc819d623e3e83 Mon Sep 17 00:00:00 2001 From: Paul Andrey <paul.andrey@inria.fr> Date: Fri, 16 Feb 2024 17:47:39 +0100 Subject: [PATCH] Bump version to '2.4.0'. --- AUTHORS | 3 +++ declearn/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index b23a2041..9ed557a5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,9 @@ 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 +- Paul Andrey + Declearn 2.1 - 2.3 - Paul Andrey - Nathan Bigaud diff --git a/declearn/version.py b/declearn/version.py index 2c2a2ce5..ed20f25a 100644 --- a/declearn/version.py +++ b/declearn/version.py @@ -17,5 +17,5 @@ """DecLearn version information, as hard-coded constants.""" -VERSION = "2.4.0b" +VERSION = "2.4.0" """Version information of the installed DecLearn package.""" diff --git a/pyproject.toml b/pyproject.toml index 90175b68..49d828a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "declearn" -version = "2.3.1" +version = "2.4.0" description = "Declearn - a python package for private decentralized learning." readme = "README.md" requires-python = ">=3.8" -- GitLab