From 1d6f4992211a346b0549c20dda420a8449ffff91 Mon Sep 17 00:00:00 2001 From: Paul Andrey <paul.andrey@inria.fr> Date: Thu, 2 Mar 2023 09:46:36 +0100 Subject: [PATCH] Bump version to 2.1.0. --- AUTHORS | 4 ++++ declearn/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index db87cc3c..4fe07420 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,10 @@ This file maintains the list of present and past declearn authors. A secondary file listing punctual open-source contributors may complement it. +Declearn 2.1 +- Paul Andrey +- Nathan Bigaud + Declearn 2.0 (new implementation) - Paul Andrey (core developer) - Nathan Bigaud (core developer) diff --git a/declearn/__init__.py b/declearn/__init__.py index 63f48749..71060daa 100644 --- a/declearn/__init__.py +++ b/declearn/__init__.py @@ -64,4 +64,4 @@ from . import ( utils, ) -__version__ = "2.0.1" +__version__ = "2.1.0" diff --git a/pyproject.toml b/pyproject.toml index 67e75153..b34a20b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "declearn" -version = "2.0.1" +version = "2.1.0" description = "Declearn - a python package for private decentralized learning." readme = "README.md" requires-python = ">=3.8" -- GitLab