Skip to content

Commit 2d0254f

Browse files
committed
Release v0.2.1
1 parent 3e6fde2 commit 2d0254f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "backend"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "No-code ETL and data pipelines with AI and NLP"
55
authors = ["Gabriele Venturi <gabriele@sinaptik.ai>", "ArslanSaleem <arslan@sinaptik.ai>"]
66
readme = "README.md"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pandaetl-frontend",
33
"description": "No-code ETL and data pipelines with AI and NLP",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",

0 commit comments

Comments
 (0)