Skip to content

Commit 06cee86

Browse files
committed
Bumped remove-json-keys versions to 1.9.1
1 parent bf3cdd7 commit 06cee86

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

remove-json-keys/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/remove-json-keys?versions=*">
66
<img height=31 src="https://img.shields.io/pepy/dt/remove-json-keys?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/remove-json-keys-1.9.0">
8-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.9.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7+
<a href="https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.9.1">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.9.1-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://github.com/adamlui/python-utils/blob/main/remove-json-keys/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">

remove-json-keys/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 = "remove-json-keys"
10-
version = "1.9.0"
10+
version = "1.9.1"
1111
description = "Simply remove JSON keys via CLI command."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -62,7 +62,7 @@ classifiers = [
6262
]
6363

6464
[project.urls]
65-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.9.0"
65+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.9.1"
6666
Documentation = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs"
6767
Funding = "https://github.com/sponsors/adamlui"
6868
Homepage = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"

remove-json-keys/src/remove_json_keys/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": "remove-json-keys",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "Simply remove JSON keys via CLI command.",
55
"short_name": "remove-json",
66
"cmds": ["remove-json-keys", "remove-json-key", "remove-json", "removejsonkeys", "removejsonkey", "removejson"],

0 commit comments

Comments
 (0)