Skip to content

Commit 797d60c

Browse files
committed
update requirements and version
1 parent cb2f472 commit 797d60c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stadata"
3-
version = "0.1.1"
3+
version = "1.0.0"
44
description = "API for get all statistics data from BPS"
55
authors = ["Ignatius Sandyawan <isandyawan@gmail.com>"]
66
urls = {homepage = "https://github.com/bps-statistics/stadata"}
@@ -33,7 +33,7 @@ tqdm = "^4.65.0"
3333
pandas = "^2.0.3"
3434
pytest= "^27.4.2"
3535
pytest-cov="^24.1.0"
36-
lxml="^24.9.3"
36+
lxml="^4.9.3"
3737

3838
[build-system]
3939
requires = ["poetry-core"]

0 commit comments

Comments
 (0)