diff --git a/bases/ecoindex/backend/VERSION b/bases/ecoindex/backend/VERSION index 944880f..15a2799 100644 --- a/bases/ecoindex/backend/VERSION +++ b/bases/ecoindex/backend/VERSION @@ -1 +1 @@ -3.2.0 +3.3.0 diff --git a/projects/ecoindex_api/pyproject.toml b/projects/ecoindex_api/pyproject.toml index bf622a2..1a7e94a 100644 --- a/projects/ecoindex_api/pyproject.toml +++ b/projects/ecoindex_api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ecoindex_api" -version = "3.2.0" +version = "3.3.0" description = "REST API to expose Ecoindex" authors = ['Vincent Vatelot '] license = "Creative Commons BY-NC-ND"