diff --git a/AUTHORS b/AUTHORS index 4fe074203b91989549af7b0648e5a336507c169e..b23a2041d0487cd5d38c2cd2a8adad2999b46453 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.1 +Declearn 2.1 - 2.3 - Paul Andrey - Nathan Bigaud diff --git a/declearn/__init__.py b/declearn/__init__.py index 95315fd688c0e171702fbba726372873a84f4b7a..5575c83f1db7ae2d18e1cc0d77120981e71b9269 100644 --- a/declearn/__init__.py +++ b/declearn/__init__.py @@ -65,4 +65,4 @@ from . import ( utils, ) -__version__ = "2.2.0" +__version__ = "2.3.0" diff --git a/pyproject.toml b/pyproject.toml index 7d7131725797dfa461c43172bad177973ad35a9b..e18e215d338dd056e859fc5b88f894f4514da52b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = "declearn" -version = "2.2.0" +version = "2.3.0" description = "Declearn - a python package for private decentralized learning." readme = "README.md" requires-python = ">=3.8" @@ -19,7 +19,6 @@ authors = [ ] maintainers = [ {name = "Paul Andrey", email = "paul.andrey@inria.fr"}, - {name = "Nathan Bigaud", email = "nathan.bigaud@inria.fr"}, ] classifiers = [ "Development Status :: 5 - Production/Stable",