We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41deb5a + f865923 commit 995ae6dCopy full SHA for 995ae6d
pyproject.toml
@@ -75,9 +75,9 @@ docstring-code-format = true
75
docstring-code-line-length = "dynamic"
76
77
[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"
+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"
81
82
[tool.hatch.version]
83
path = "src/gridmeta/version.py"
src/gridmeta/version.py
@@ -3,7 +3,7 @@
3
import platform
4
import sys
5
6
-VERSION = "1.0.0"
+VERSION = "1.0.1"
7
SUPPORTED_VERSIONS = [VERSION]
8
9
0 commit comments