From 4c60239340a0d0f1fd9c4ed6a19c7e50f50589b8 Mon Sep 17 00:00:00 2001 From: florian-drouet <50357200+florian-drouet@users.noreply.github.com> Date: Wed, 21 May 2025 17:49:31 +0200 Subject: [PATCH] feat: update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7f8b12..4ed6270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tableau-sql-parser" -version = "0.2.1" +version = "0.2.2" description = "A tool for parsing Tableau custom SQL queries and extracting useful information" authors = [ { name = "Florian Drouet", email = "florian.drouet@gmail.com" }