Skip to content

Commit dd096e5

Browse files
committed
Bumped is-legacy-terminal versions to 1.0.2
1 parent 0855ca3 commit dd096e5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

is-legacy-terminal/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/is-legacy-terminal?versions=*">
66
<img height=31 src="https://img.shields.io/pepy/dt/is-legacy-terminal?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/is-legacy-terminal-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/is-legacy-terminal-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/is-legacy-terminal/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">

is-legacy-terminal/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 = "is-legacy-terminal"
10-
version = "1.0.1"
10+
version = "1.0.2"
1111
description = "Detect whether the terminal is legacy."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -78,7 +78,7 @@ classifiers = [
7878
]
7979

8080
[project.urls]
81-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/is-legacy-terminal-1.0.1"
81+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/is-legacy-terminal-1.0.2"
8282
Documentation = "https://github.com/adamlui/python-utils/tree/main/is-legacy-terminal/docs"
8383
Funding = "https://github.com/sponsors/adamlui"
8484
Homepage = "https://github.com/adamlui/python-utils/tree/main/is-legacy-terminal/#readme"

is-legacy-terminal/src/is_legacy_terminal/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": "is-legacy-terminal",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Detect whether the terminal supports advanced Unicode.",
55
"cmds": ["is-legacy-terminal", "isunicodesupported"],
66
"author": { "name": "Adam Lui", "email": "adam@kudoai.com", "url": "https://github.com/adamlui" },

0 commit comments

Comments
 (0)