Skip to content

Commit 9fb0b5c

Browse files
committed
Bumped remove-json-keys versions to 1.7.0
1 parent d5110b8 commit 9fb0b5c

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

5555
[project.urls]
56-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.6.0"
56+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.7.0"
5757
Documentation = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs"
5858
Funding = "https://github.com/sponsors/adamlui"
5959
Homepage = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"

remove-json-keys/src/remove_json_keys/assets/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.6.0",
3+
"version": "1.7.0",
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)