Skip to content

Commit e676fee

Browse files
authored
Merge pull request #25 from Grid-Kitchen/23-rename-grid-atlas-to-grid-kitchen-rebranding
23 rename grid atlas to grid kitchen rebranding
2 parents 3025fdd + 9e87e58 commit e676fee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: "Grid Meta Documentation"
2-
site_url: https://grid-atlas.github.io/grid-meta
3-
repo_url: https://github.com/Grid-Atlas/grid-meta
2+
site_url: https://grid-kitchen.github.io/grid-meta
3+
repo_url: https://github.com/Grid-Kitchen/grid-meta
44
theme:
55
name: material
66
logo: assets/logo.png

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ docstring-code-format = true
7575
docstring-code-line-length = "dynamic"
7676

7777
[project.urls]
78-
Documentation = "https://github.com/grid-atlas/grid-meta"
79-
Issues = "https://github.com/grid-atlas/grid-meta/issues"
80-
Source = "https://github.com/grid-atlas/grid-meta"
78+
Documentation = "https://github.com/grid-kitchen/grid-meta"
79+
Issues = "https://github.com/grid-kitchen/grid-meta/issues"
80+
Source = "https://github.com/grid-kitchen/grid-meta"
8181

8282
[tool.hatch.version]
8383
path = "src/gridmeta/version.py"

src/gridmeta/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import platform
44
import sys
55

6-
VERSION = "1.0.1"
6+
VERSION = "1.0.2"
77
SUPPORTED_VERSIONS = [VERSION]
88

99

0 commit comments

Comments
 (0)