From f8c46d3668f95c1d942df104457d61c45e8dd6a0 Mon Sep 17 00:00:00 2001 From: Ivanildo Barauna de Souza Junior <61716115+IvanildoBarauna@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:47:08 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3eb2a6b..2e2ac28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "api-to-dataframe" -version = "0.0.10" +version = "0.0.11" description = "A package to convert API responses to pandas dataframe" authors = ["IvanildoBarauna "] readme = "README.md" @@ -34,4 +34,4 @@ build-backend = "poetry.core.masonry.api" [tool.poetry-dynamic-versioning] enable = true -versioning = "semantic" \ No newline at end of file +versioning = "semantic"