diff --git a/bases/ecoindex/backend/VERSION b/bases/ecoindex/backend/VERSION index a0cd9f0..94ff29c 100644 --- a/bases/ecoindex/backend/VERSION +++ b/bases/ecoindex/backend/VERSION @@ -1 +1 @@ -3.1.0 \ No newline at end of file +3.1.1 diff --git a/projects/ecoindex_api/pyproject.toml b/projects/ecoindex_api/pyproject.toml index 6712db6..802776f 100644 --- a/projects/ecoindex_api/pyproject.toml +++ b/projects/ecoindex_api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_api" -version = "3.1.0" +version = "3.1.1" description = "REST API to expose Ecoindex" authors = ['Vincent Vatelot '] license = "Creative Commons BY-NC-ND"