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"