Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Jun 3, 2024
1 parent f15805a commit f933bd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cff-version: 1.0.3
message: "If you use this software in your work, please cite it using the following metadata"
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Allen-Dumas
given-names: Melissa R.
Expand All @@ -15,5 +15,7 @@ authors:
orcid: "https://orcid.org/0000-0002-3406-6214"

title: "naturf: a package for generating urban parameters for numerical weather modeling"
version: 1.0.3
doi: 10.5281/zenodo.7036191
date-released: 2024-06-03
url: "https://github.com/IMMM-SFA/naturf"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
import sys

version = "1.0.2"
version = "1.0.3"

sys.path.insert(0, os.path.abspath("../../"))

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "naturf"
version = "1.0.2"
version = "1.0.3"
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"
Expand Down

0 comments on commit f933bd6

Please sign in to comment.