diff --git a/CHANGELOG.md b/CHANGELOG.md index 3604761..66bdaa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v3.0.0 (2024-11-15) +## v2.0.1 (2024-11-22) ### Feat @@ -6,8 +6,16 @@ ### Fix +- **dependencies**: downgrade geopandas version to 0.14.4 +- **dependencies**: update geopandas version to 1.0.0 +- **version-fix**: fixes version of geopandas +- **libversion**: added version of pandas and other integration - **bundlelib**: bundles lib itself with new pandas version +### Refactor + +- **preprocessing**: clean up imports and improve code formatting + ## v2.0.0 (2024-11-15) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 3cc6a0a..6ca86ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = ["hot_fair_utilities"] [project] name = "hot-fair-utilities" -version = "3.0.0" +version = "2.0.1" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]