From 21e535165058d060f0d7e25927150d92f9a9cc0f Mon Sep 17 00:00:00 2001 From: Kapil Duwadi Date: Mon, 30 Jun 2025 11:50:03 -0500 Subject: [PATCH 1/2] created v1.0.1 branch --- src/gridmeta/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gridmeta/version.py b/src/gridmeta/version.py index e9165b2..bd91b99 100644 --- a/src/gridmeta/version.py +++ b/src/gridmeta/version.py @@ -3,7 +3,7 @@ import platform import sys -VERSION = "1.0.0" +VERSION = "1.0.1" SUPPORTED_VERSIONS = [VERSION] From 0e32d9f6d30c4f2b7138cfe48a9d8aeaac2d19fe Mon Sep 17 00:00:00 2001 From: Kapil Duwadi Date: Mon, 30 Jun 2025 11:52:02 -0500 Subject: [PATCH 2/2] fixed broken link for source, doc and issues --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38969af..9fd92f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,9 +75,9 @@ docstring-code-format = true docstring-code-line-length = "dynamic" [project.urls] -Documentation = "https://github.com/grid-atlas/gridmeta" -Issues = "https://github.com/grid-atlas/gridmeta/issues" -Source = "https://github.com/grid-atlas/gridmeta" +Documentation = "https://github.com/grid-atlas/grid-meta" +Issues = "https://github.com/grid-atlas/grid-meta/issues" +Source = "https://github.com/grid-atlas/grid-meta" [tool.hatch.version] path = "src/gridmeta/version.py"