Skip to content

Commit 44a8f1b

Browse files
committed
Bumped project-markers versions to 1.1.0
1 parent 242700f commit 44a8f1b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

project-markers/docs/README.md

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

33
<a href="https://pepy.tech/projects/project-markers?versions=*">
44
<img height=31 src="https://img.shields.io/pepy/dt/project-markers?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5-
<a href="https://github.com/adamlui/python-utils/releases/tag/project-markers-1.0.4">
6-
<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>
5+
<a href="https://github.com/adamlui/python-utils/releases/tag/project-markers-1.1.0">
6+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.1.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
77
<a href="https://github.com/adamlui/python-utils/blob/main/project-markers/docs/LICENSE.md">
88
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
@@ -13,9 +13,9 @@
1313

1414
> ### _Common project root markers._
1515
16-
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@project-markers-1.0.4/project-markers/src/project_markers/project-markers.json), so you can use it in any environment.
16+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@project-markers-1.1.0/project-markers/src/project_markers/project-markers.json), so you can use it in any environment.
1717

18-
<img height=175 width="auto" src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@project-markers-1.0.4/project-markers/assets/images/dataset-preview.png">
18+
<img height=175 width="auto" src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@project-markers-1.1.0/project-markers/assets/images/dataset-preview.png">
1919

2020
<a href="#"><img style="height:10px ; width:100%" src="https://cdn.jsdelivr.net/gh/adamlui/js-utils@7da7074/assets/images/separators/aqua-gradient.png"></a>
2121

project-markers/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 = "project-markers"
10-
version = "1.0.4"
10+
version = "1.1.0"
1111
description = "List of files that indicate a project root."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -54,7 +54,7 @@ classifiers = [
5454
]
5555

5656
[project.urls]
57-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/project-markers-1.0.4"
57+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/project-markers-1.1.0"
5858
Documentation = "https://github.com/adamlui/python-utils/tree/main/project-markers/docs"
5959
Funding = "https://github.com/sponsors/adamlui"
6060
Homepage = "https://github.com/adamlui/python-utils/tree/main/project-markers/#readme"

0 commit comments

Comments
 (0)