From f8ef6bf06cb34c6d56df1b452416fa3e457c0d7e Mon Sep 17 00:00:00 2001 From: iosefa Date: Mon, 2 Dec 2024 21:15:42 -1000 Subject: [PATCH] Bump version to 0.2.1 in setup.py. This update reflects minor changes or improvements to the package. Ensure dependencies and configurations are compatible with this version update. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b39acda..9e88a1e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyforestscan", - version="0.2.0", + version="0.2.1", author="Joseph Emile Honour Percival", author_email="ipercival@gmail.com", description="Analyzing forest structure using aerial LiDAR data",