diff --git a/mkdocs.yml b/mkdocs.yml index 1859ebd..064a603 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: "Grid Meta Documentation" -site_url: https://grid-atlas.github.io/grid-meta -repo_url: https://github.com/Grid-Atlas/grid-meta +site_url: https://grid-kitchen.github.io/grid-meta +repo_url: https://github.com/Grid-Kitchen/grid-meta theme: name: material logo: assets/logo.png diff --git a/pyproject.toml b/pyproject.toml index 335d6ef..3abae4b 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/grid-meta" -Issues = "https://github.com/grid-atlas/grid-meta/issues" -Source = "https://github.com/grid-atlas/grid-meta" +Documentation = "https://github.com/grid-kitchen/grid-meta" +Issues = "https://github.com/grid-kitchen/grid-meta/issues" +Source = "https://github.com/grid-kitchen/grid-meta" [tool.hatch.version] path = "src/gridmeta/version.py" diff --git a/src/gridmeta/version.py b/src/gridmeta/version.py index bd91b99..89c6f07 100644 --- a/src/gridmeta/version.py +++ b/src/gridmeta/version.py @@ -3,7 +3,7 @@ import platform import sys -VERSION = "1.0.1" +VERSION = "1.0.2" SUPPORTED_VERSIONS = [VERSION]