Skip to content

Commit 7c40d75

Browse files
committed
Bumped sys-lang versions to 1.0.1
1 parent 77acdab commit 7c40d75

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

sys-lang/docs/README.md

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

33
# > sys-lang
44

5-
<a href="https://github.com/adamlui/python-utils/releases/tag/sys-lang-1.0.0">
6-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5+
<a href="https://github.com/adamlui/python-utils/releases/tag/sys-lang-1.0.1">
6+
<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>
77
<a href="https://github.com/adamlui/python-utils/blob/main/sys-lang/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">

sys-lang/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 = "sys-lang"
10-
version = "1.0.0"
10+
version = "1.0.1"
1111
description = "Detect the system language."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -72,7 +72,7 @@ classifiers = [
7272
]
7373

7474
[project.urls]
75-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/sys-lang-1.0.0"
75+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/sys-lang-1.0.1"
7676
Documentation = "https://github.com/adamlui/python-utils/tree/main/sys-lang/docs"
7777
Funding = "https://github.com/sponsors/adamlui"
7878
Homepage = "https://github.com/adamlui/python-utils/tree/main/sys-lang/#readme"

sys-lang/src/sys_lang/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": "sys-lang",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Detect the system language.",
55
"cmds": [
66
"sys-lang", "sys-language", "system-lang", "system-language",

0 commit comments

Comments
 (0)