Skip to content

Commit fd25625

Browse files
committed
Bumped remove-json-keys versions to 1.8.2
1 parent f2d12c8 commit fd25625

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.8.1"
10+
version = "1.8.2"
1111
description = "Simply remove JSON keys via CLI command."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -57,7 +57,7 @@ classifiers = [
5757
]
5858

5959
[project.urls]
60-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.8.1"
60+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.8.2"
6161
Documentation = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs"
6262
Funding = "https://github.com/sponsors/adamlui"
6363
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.8.1",
3+
"version": "1.8.2",
44
"description": "Simply remove JSON keys via CLI command.",
55
"short_name": "remove-json",
66
"cmds": ["remove-json-keys", "remove-json"],

0 commit comments

Comments
 (0)