From d04512ab5311cee2c41b2f25eae58a2bc41c0e93 Mon Sep 17 00:00:00 2001 From: em rexer <13180883+erexer@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:14:41 -0700 Subject: [PATCH] v1.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37efc5a992..48ccaa2601 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "naturf" -version = "1.0.3" +version = "1.0.4" description = 'The Neighborhood Adaptive Tissues for Urban Resilience Futures tool (NATURF) is a Python workflow that generates data readable by the Weather Research and Forecasting (WRF) model. The NATURF Python modules use shapefiles containing building footprint and height data as input to calculate 132 building parameters at any resolution and converts the parameters into a binary file format.' readme = "README.md" requires-python = ">=3.9"