From 4a050fe457c4b15dbfe10297d21ae1d1edf81dc6 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 25 Nov 2024 19:22:31 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.3=20=E2=86=92=202.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ad634..9a1184b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.4 (2024-11-25) + +### Fix + +- **build**: fixes geopandas + ## v2.0.3 (2024-11-25) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 97b4595..fbd1677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = ["hot_fair_utilities"] [project] name = "hot-fair-utilities" -version = "2.0.3" +version = "2.0.4" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]