From dbb7e12a63cb2e7830f86ba579b7aa3b33738b81 Mon Sep 17 00:00:00 2001 From: Gabryel Reyes Date: Wed, 17 Jul 2024 10:55:58 +0200 Subject: [PATCH] Bump to 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bddb7b4..e766b97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pySupersetCli" -version = "1.0.0" +version = "1.0.1" description = "CLI tool for easy usage of the Superset API." readme = "README.md" requires-python = ">=3.9"