Skip to content

Commit b747958

Browse files
committed
Bumped find-project-root versions to 1.0.2
1 parent 6a0ca81 commit b747958

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

find-project-root/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "find-project-root"
10-
version = "1.0.1"
10+
version = "1.0.2"
1111
description = "Locate project root via custom markers."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -61,7 +61,7 @@ classifiers = [
6161
]
6262

6363
[project.urls]
64-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/find-project-root-1.0.1"
64+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/find-project-root-1.0.2"
6565
Documentation = "https://github.com/adamlui/python-utils/tree/main/find-project-root/docs"
6666
Funding = "https://github.com/sponsors/adamlui"
6767
Homepage = "https://github.com/adamlui/python-utils/tree/main/find-project-root/#readme"

0 commit comments

Comments
 (0)