Skip to content

Commit 2aa6ffb

Browse files
committed
Bumped remove-json-keys versions to 1.8.1
1 parent 5b3f8ec commit 2aa6ffb

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 6 additions & 4 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.0"
10+
version = "1.8.1"
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.0"
60+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.8.1"
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"
@@ -80,10 +80,12 @@ dev = [
8080
]
8181

8282
[tool.setuptools.packages.find]
83-
where = ["src"]
83+
where = [
84+
"src",
85+
]
8486

8587
[tool.setuptools.package-data]
86-
"remove_json_keys" = [
88+
remove_json_keys = [
8789
"data/*.json",
8890
"data/_locales/en/messages.json",
8991
]

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.0",
3+
"version": "1.8.1",
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)