diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 55c7781..438ed4c 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backend" -version = "0.2.0" +version = "0.2.1" description = "No-code ETL and data pipelines with AI and NLP" authors = ["Gabriele Venturi ", "ArslanSaleem "] readme = "README.md" diff --git a/frontend/package.json b/frontend/package.json index 60ab647..19e36fc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "pandaetl-frontend", "description": "No-code ETL and data pipelines with AI and NLP", - "version": "0.2.0", + "version": "0.2.1", "scripts": { "dev": "next dev", "build": "next build",