From 6786943ac161279f7776a35ccf96239027c1e535 Mon Sep 17 00:00:00 2001 From: Iosefa Percival Date: Fri, 20 Sep 2024 13:24:46 -1000 Subject: [PATCH] Update version to 0.1.5 in setup.py Bumped the project version from 0.1.4 to 0.1.5 in setup.py to prepare for the next release. This update reflects recent changes and improvements to the project. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1273744..3b71d3f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyforestscan", - version="0.1.4", + version="0.1.5", author="Joseph Emile Honour Percival", author_email="ipercival@gmail.com", description="Analyzing forest structure using aerial LiDAR data",