From c17dfc7154e253b491b7cdbcd8f7cd8bad842e8e Mon Sep 17 00:00:00 2001 From: Ivanildo Barauna Date: Sun, 22 Jun 2025 22:46:09 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc44cf7..f3e950a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "api-to-dataframe" -version = "2.0.1" +version = "2.0.2" description = "A package to convert API responses to pandas dataframe" authors = ["IvanildoBarauna "] readme = "README.md"