We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195a4e1 commit c7bd4c2Copy full SHA for c7bd4c2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.4.1 (2025-07-08)
2
+
3
+### Fix
4
5
+- ensure branches are specified for push events and add file listing step before installation
6
7
## v0.4.0 (2025-07-08)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "streamlit-image-coordinates"
-version = "0.4.0"
+version = "0.4.1"
description = "Streamlit component that displays an image and returns the coordinates when you click on it"
readme = "README.md"
requires-python = ">=3.12, <3.13"
0 commit comments