Skip to content

Commit 15d49ff

Browse files
committed
Bump version to 0.5.0 for configurable cloud storage release
1 parent df1b39e commit 15d49ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gridfia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
resolution, with Zarr-based storage and comprehensive diversity metrics.
1212
"""
1313

14-
__version__ = "0.4.0"
14+
__version__ = "0.5.0"
1515
__author__ = "Christopher Mihiar"
1616
__email__ = "christopher.mihiar@usda.gov"
1717
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "gridfia"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "Spatial raster analysis for USDA Forest Service BIGMAP data - Part of the FIA Python Ecosystem"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)