Skip to content

Commit

Permalink
Update version and description in setup.py
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
iosefa committed Sep 19, 2024
1 parent f11c1e1 commit d90d5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setuptools.setup(
name="pyforestscan",
version="0.1.2",
version="0.1.3",
author="Joseph Emile Honour Percival",
author_email="[email protected]",
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",
Expand Down

0 comments on commit d90d5ae

Please sign in to comment.