diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5a1b4..062eb06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.7 (2025-01-08) + +### Fix + +- **version**: fixes sub packages not being included in the packaging + ## v2.0.6 (2024-11-25) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c1eec4a..a28b067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hot-fair-utilities" -version = "2.0.6" +version = "2.0.7" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]