diff --git a/docs/source/conf.py b/docs/source/conf.py index 8832766d..c5d3676f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ f"{datetime.now().year!s}, Adrien Lafage and Olivier Laurent" ) author = "Adrien Lafage and Olivier Laurent" -release = "0.2.2.post1" +release = "0.2.2.post2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 649382da..8ef51b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "torch_uncertainty" -version = "0.2.2.post1" +version = "0.2.2.post2" authors = [ { name = "ENSTA U2IS", email = "olivier.laurent@ensta-paris.fr" }, { name = "Adrien Lafage", email = "adrienlafage@outlook.com" }, @@ -18,7 +18,6 @@ keywords = [ "ensembles", "neural-networks", "predictive-uncertainty", - "pytorch", "reliable-ai", "trustworthy-machine-learning", "uncertainty",