Skip to content

Commit f69063c

Browse files
committed
Bumped data-languages versions to 1.0.2
1 parent 6e20358 commit f69063c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data-languages/docs/README.md

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

55
<a href="https://pepy.tech/projects/data-languages?versions=*">
66
<img height=31 src="https://img.shields.io/pepy/dt/data-languages?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
7-
<a href="https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.1">
8-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.1-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7+
<a href="https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.2">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.2-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://github.com/adamlui/python-utils/blob/main/data-languages/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">
@@ -15,7 +15,7 @@
1515

1616
> ### _File extensions for data languages._
1717
18-
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@data-languages-1.0.1/data-languages/src/data_languages/data-languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 145 data languages known to GitHub). Data is updated via script and released via new package version.
18+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@data-languages-1.0.2/data-languages/src/data_languages/data-languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 145 data languages known to GitHub). Data is updated via script and released via new package version.
1919

2020
## Installation
2121

data-languages/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 = "data-languages"
10-
version = "1.0.1"
10+
version = "1.0.2"
1111
description = "File extensions for data languages."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -73,7 +73,7 @@ classifiers = [
7373
]
7474

7575
[project.urls]
76-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.1"
76+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.2"
7777
Documentation = "https://github.com/adamlui/python-utils/tree/main/data-languages/docs"
7878
Funding = "https://github.com/sponsors/adamlui"
7979
Homepage = "https://github.com/adamlui/python-utils/tree/main/data-languages/#readme"

0 commit comments

Comments
 (0)