Skip to content

Commit 995ae6d

Browse files
authored
Merge pull request #15 from Grid-Atlas/v1.0.1
V1.0.1
2 parents 41deb5a + f865923 commit 995ae6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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/gridmeta"
79-
Issues = "https://github.com/grid-atlas/gridmeta/issues"
80-
Source = "https://github.com/grid-atlas/gridmeta"
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"
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.0"
6+
VERSION = "1.0.1"
77
SUPPORTED_VERSIONS = [VERSION]
88

99

0 commit comments

Comments
 (0)