We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8df9697 + f8c46d3 commit f5b3e40Copy full SHA for f5b3e40
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "api-to-dataframe"
3
-version = "0.0.10"
+version = "0.0.11"
4
description = "A package to convert API responses to pandas dataframe"
5
authors = ["IvanildoBarauna <[email protected]>"]
6
readme = "README.md"
@@ -34,4 +34,4 @@ build-backend = "poetry.core.masonry.api"
34
35
[tool.poetry-dynamic-versioning]
36
enable = true
37
-versioning = "semantic"
+versioning = "semantic"
0 commit comments