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"