From 4755c4f5be65143ab70f1fd436354de52e0481ff Mon Sep 17 00:00:00 2001 From: Michael Dales Date: Wed, 6 Nov 2024 11:02:54 +0000 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98c669f..b35863e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "yirgacheffe" -version = "0.8.4" +version = "0.8.5" description = "Abstraction of gdal datasets for doing basic math operations" readme = "README.md" authors = [{ name = "Michael Dales", email = "mwd24@cam.ac.uk" }]