Skip to content

Commit 7553a34

Browse files
committed
Update changelog for 1.0.1.
1 parent b559267 commit 7553a34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "exploralytics"
7-
version = "1.0.0"
7+
version = "1.0.1" # Updated version
88
authors = [
99
{ name = "John Paul Curada", email = "[email protected]" },
1010
]
@@ -26,11 +26,13 @@ dependencies = [
2626
"pandas>=1.3.0",
2727
"plotly>=5.0.0",
2828
"numpy>=1.20.0",
29+
"plotly-express>=0.4.0", # Added for px
2930
]
3031

3132
[project.urls]
3233
"Bug Tracker" = "https://github.com/jpcurada/exploralytics/issues"
3334
"Source Code" = "https://github.com/jpcurada/exploralytics"
35+
"Documentation" = "https://exploralytics.readthedocs.io"
3436

3537
[tool.setuptools.packages.find]
3638
where = ["src"]

0 commit comments

Comments
 (0)