We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6fde2 commit 2d0254fCopy full SHA for 2d0254f
backend/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "backend"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "No-code ETL and data pipelines with AI and NLP"
5
authors = ["Gabriele Venturi <gabriele@sinaptik.ai>", "ArslanSaleem <arslan@sinaptik.ai>"]
6
readme = "README.md"
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",
7
"build": "next build",
0 commit comments