diff --git a/AUTHORS b/AUTHORS index b37d13179802baadb2c7884a7134c8c5cf1ec729..7815f8784177617514f4a770847189d29037a562 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 70a1a14e9b2da930342dc069a7d713b7a1742893..f516287592a9cd133bb72923aeea2f28d3de271b 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 d524e2e661e2559cbc77ceb7477cd1c9b1bc4df3..6efe3d3781174ae473687df0d948b8eb1795b89f 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. """