We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0ca81 commit b747958Copy full SHA for b747958
1 file changed
find-project-root/pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "find-project-root"
10
-version = "1.0.1"
+version = "1.0.2"
11
description = "Locate project root via custom markers."
12
authors = [
13
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -61,7 +61,7 @@ classifiers = [
61
]
62
63
[project.urls]
64
-Changelog = "https://github.com/adamlui/python-utils/releases/tag/find-project-root-1.0.1"
+Changelog = "https://github.com/adamlui/python-utils/releases/tag/find-project-root-1.0.2"
65
Documentation = "https://github.com/adamlui/python-utils/tree/main/find-project-root/docs"
66
Funding = "https://github.com/sponsors/adamlui"
67
Homepage = "https://github.com/adamlui/python-utils/tree/main/find-project-root/#readme"
0 commit comments