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" 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]