diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e26ba..e18e0e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.10 (2025-01-12) + +### Fix + +- **weight**: if weight doesn't exits in the folder then download it + ## v2.0.9 (2025-01-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8618077..cf05269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hot-fair-utilities" -version = "2.0.9" +version = "2.0.10" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]