From c54d5434cb6d2891073f4ab99622bcd784d7cdd3 Mon Sep 17 00:00:00 2001 From: Shahroz Ahmad Date: Wed, 30 Oct 2024 16:12:00 -0300 Subject: [PATCH] fix: update project name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b79970..c012f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry] -name = "superset-api-client" +name = "superset-python-client" version = "1.1.0" description = "A simple REST API Client for Apache-Superset in Python" authors = ["Shahroz Ahmad "]