diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ad634..9a1184b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.4 (2024-11-25) + +### Fix + +- **build**: fixes geopandas + ## v2.0.3 (2024-11-25) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 97b4595..fbd1677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = ["hot_fair_utilities"] [project] name = "hot-fair-utilities" -version = "2.0.3" +version = "2.0.4" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]