From 94d568b2e6b355d3d4744d6f27ddd5fbcad14052 Mon Sep 17 00:00:00 2001 From: Nick Hepler Date: Sat, 28 Dec 2024 10:49:13 -0500 Subject: [PATCH] Add release badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 250f2c5..ca8be26 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## NYRegionIdentifier +![Gitea Release](https://img.shields.io/gitea/v/release/nick/NYRegionIdentifier?gitea_url=https%3A%2F%2Fgit.nickhepler.cloud) + ### Overview The `NYRegionIdentifier` project is a Python function that helps identify an economic region based on the county or borough name provided as input. It is particularly useful in geospatial analyses where counties are used to categorize regions within a specific area, like New York State. The function takes the name of a county or borough and returns the corresponding economic region based on a predefined list of counties associated with each region.