From 67d8b859345aa13ae970c1c43806c4dd02fe74db Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Mon, 7 Oct 2024 07:14:20 +0330 Subject: [PATCH] :bookmark: build(response_shaper): Publish version 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0940af..1b72295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "poetry-core" ] [tool.poetry] name = "api-response-shaper" -version = "0.1.0" +version = "1.0.0" description = "An essential package for structuring and optimizing your API responses." authors = [ "ARYAN-NIKNEZHAD " ] license = "MIT"