We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2f472 commit 797d60cCopy full SHA for 797d60c
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "stadata"
3
-version = "0.1.1"
+version = "1.0.0"
4
description = "API for get all statistics data from BPS"
5
authors = ["Ignatius Sandyawan <isandyawan@gmail.com>"]
6
urls = {homepage = "https://github.com/bps-statistics/stadata"}
@@ -33,7 +33,7 @@ tqdm = "^4.65.0"
33
pandas = "^2.0.3"
34
pytest= "^27.4.2"
35
pytest-cov="^24.1.0"
36
-lxml="^24.9.3"
+lxml="^4.9.3"
37
38
[build-system]
39
requires = ["poetry-core"]
0 commit comments