We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1b39e commit 15d49ffCopy full SHA for 15d49ff
2 files changed
gridfia/__init__.py
@@ -11,7 +11,7 @@
11
resolution, with Zarr-based storage and comprehensive diversity metrics.
12
"""
13
14
-__version__ = "0.4.0"
+__version__ = "0.5.0"
15
__author__ = "Christopher Mihiar"
16
__email__ = "christopher.mihiar@usda.gov"
17
__license__ = "MIT"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "gridfia"
7
-version = "0.4.0"
+version = "0.5.0"
8
description = "Spatial raster analysis for USDA Forest Service BIGMAP data - Part of the FIA Python Ecosystem"
9
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments