Skip to content

Commit a063f2d

Browse files
committed
Bumped find-project-root versions to 2.0.0
1 parent ba03c9c commit a063f2d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

find-project-root/docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<a href="https://pepy.tech/projects/find-project-root?versions=*">
66
<img height=31 src="https://img.shields.io/pepy/dt/find-project-root?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7-
<a href="https://github.com/adamlui/python-utils/releases/tag/find-project-root-1.0.4">
8-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.4-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7+
<a href="https://github.com/adamlui/python-utils/releases/tag/find-project-root-2.0.0">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://github.com/adamlui/python-utils/blob/main/find-project-root/docs/LICENSE.md">
1010
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
1111
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">

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.4"
10+
version = "2.0.0"
1111
description = "Locate project root via custom markers."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -65,7 +65,7 @@ classifiers = [
6565
]
6666

6767
[project.urls]
68-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/find-project-root-1.0.4"
68+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/find-project-root-2.0.0"
6969
Documentation = "https://github.com/adamlui/python-utils/tree/main/find-project-root/docs"
7070
Funding = "https://github.com/sponsors/adamlui"
7171
Homepage = "https://github.com/adamlui/python-utils/tree/main/find-project-root/#readme"

find-project-root/src/find_project_root/data/package_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "find-project-root",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "Locate project root via custom markers.",
55
"cmds": [
66
"project-root", "get-project-root", "find-project-root", "projectroot", "getprojectroot", "findprojectroot"

0 commit comments

Comments
 (0)