From 9e536605d524f592e745cb95e11201f8606dec6e Mon Sep 17 00:00:00 2001 From: Ivanildo Barauna de Souza Junior Date: Thu, 13 Jun 2024 14:16:39 -0300 Subject: [PATCH] chore: increment major version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06d0e55..cf1c503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "api-to-dataframe" -version = "0.1.0" +version = "1.0.0" description = "A package to convert API responses to pandas dataframe" authors = ["IvanildoBarauna "] readme = "README.md"