From 6fdaa185c1d7ad45066256aba571416d3c63c0fb Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Sat, 23 Nov 2024 08:46:49 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.1=20=E2=86=92=202.0.2?= 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 66bdaa9..84391cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.2 (2024-11-23) + +### Fix + +- **lib**: remove hard gdal installation requirements + ## v2.0.1 (2024-11-22) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 6ddc588..3d20460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = ["hot_fair_utilities"] [project] name = "hot-fair-utilities" -version = "2.0.1" +version = "2.0.2" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]