Skip to content

Commit

Permalink
Merge pull request #8 from gregory-halverson-jpl/main
Browse files Browse the repository at this point in the history
including home-page
  • Loading branch information
gregory-halverson-jpl authored Jul 19, 2024
2 parents a8a69e4 + d1a28f9 commit 729d503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion koppengeiger/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]

[project]
name = "koppengeiger"
version = "1.0.2"
version = "1.0.3"
description = "generates rasters of Köppen-Geiger land-cover classification"
readme = "README.md"
authors = [
Expand All @@ -21,3 +21,6 @@ requires-python = ">=3.11"

[tool.setuptools.package-data]
koppengeiger = ["*.txt", "*.tif"]

[project.urls]
"Homepage" = "https://github.com/JPL-Evapotranspiration-Algorithms/koppengeiger"

0 comments on commit 729d503

Please sign in to comment.