Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/gridmeta/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import platform
import sys

VERSION = "1.0.1"
VERSION = "1.0.2"
SUPPORTED_VERSIONS = [VERSION]


Expand Down