diff --git a/CHANGELOG.md b/CHANGELOG.md index ef30e30b..e8661927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.3 (2023-10-26) + +### Fix + +- version update + ## v1.2.2 (2023-08-23) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3866891d..36aab7c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hot-fair-utilities" -version = "1.2.2" +version = "1.2.3" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]