Skip to content

Commit de19e4b

Browse files
committed
Bumped remove-json-keys versions to 1.8.0
1 parent 548dc06 commit de19e4b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[build-system]
22
requires = [
33
"setuptools>=61.0",
4-
"wheel"
4+
"wheel",
55
]
66
build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "remove-json-keys"
10-
version = "1.7.0"
10+
version = "1.8.0"
1111
description = "Simply remove JSON keys via CLI command."
1212
authors = [
13-
{ name = "Adam Lui", email = "adam@kudoai.com" }
13+
{ name = "Adam Lui", email = "adam@kudoai.com" },
1414
]
1515
readme = "docs/README.md"
1616
license = "MIT"
1717
license-files = [
18-
"docs/LICENSE.md"
18+
"docs/LICENSE.md",
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1.0.0 ; platform_system == 'Windows'",
2222
"find-project-root>=1.0.1,<2.0.0",
2323
"json5>=0.9.0,<1.0.0",
24-
"ucs-detect>=2.0.2,<3.0.0"
24+
"ucs-detect>=2.0.2,<3.0.0",
2525
]
2626
requires-python = ">=3.8,<4.0"
2727
keywords = [
@@ -30,7 +30,7 @@ keywords = [
3030
"console",
3131
"data",
3232
"dev-tool",
33-
"json"
33+
"json",
3434
]
3535
classifiers = [
3636
"Development Status :: 5 - Production/Stable",
@@ -52,11 +52,11 @@ classifiers = [
5252
"Programming Language :: Python :: 3.15",
5353
"Topic :: File Formats :: JSON",
5454
"Topic :: Software Development",
55-
"Topic :: Utilities"
55+
"Topic :: Utilities",
5656
]
5757

5858
[project.urls]
59-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.7.0"
59+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.8.0"
6060
Documentation = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs"
6161
Funding = "https://github.com/sponsors/adamlui"
6262
Homepage = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"
@@ -75,5 +75,5 @@ dev = [
7575
"nox>=2026.2.9",
7676
"tomli>=2.0.0,<3.0.0",
7777
"tomli-w>=0.1.0,<2.0.0",
78-
"translate-messages>=1.6.1,<2.0.0"
78+
"translate-messages>=1.6.1,<2.0.0",
7979
]

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