From 6399dbe8fa2335641771034d9742f41fb103ac8c Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Sat, 8 Mar 2025 19:30:20 +0000 Subject: [PATCH] bump to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5ff300..402782f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "airflow-wingman" -version = "0.3.2" +version = "0.4.0" description = "Airflow plugin to enable LLMs chat" readme = "README.md" requires-python = ">=3.9"