From 47c48852f355d2db5a4e1b04c06aa00293fc7997 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Fri, 22 Nov 2024 10:02:23 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.0=20=E2=86=92=202.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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" }]