From d90d5aed6a42b506cba13f045e7d4eb0ebfb622b Mon Sep 17 00:00:00 2001 From: iosefa Date: Thu, 19 Sep 2024 00:24:25 -1000 Subject: [PATCH] Update version and description in setup.py Incremented the package version from 0.1.2 to 0.1.3. Revised the description to reflect the focus on analyzing forest structure using aerial LiDAR data. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 478240f..d1abdd1 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setuptools.setup( name="pyforestscan", - version="0.1.2", + version="0.1.3", author="Joseph Emile Honour Percival", author_email="ipercival@gmail.com", - description="UAV image analysis for forest ecology", + description="Analyzing forest structure using aerial LiDAR data", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/iosefa/PyForestScan",