From f10da54eeaaf8b9c9afe6377afdba89c1cd86882 Mon Sep 17 00:00:00 2001 From: iosefa Date: Thu, 9 Oct 2025 21:17:02 +1300 Subject: [PATCH] Bump version to 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc3a12f..235c978 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyforestscan", - version="0.3.0", + version="0.3.1", author="Joseph Emile Honour Percival", author_email="ipercival@gmail.com", description="Analyzing forest structure using aerial LiDAR data",