Skip to content

Commit da48b7d

Browse files
committed
Bumped versions to 1.1.0
1 parent b8a313c commit da48b7d

2 files changed

Lines changed: 4 additions & 4 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://pypistats.org/packages/remove-json-keys">
66
<img height=31 src="https://img.shields.io/pypi/dm/remove-json-keys?logo=pypi&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.0.0">
8-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.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.1.0">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.1.0-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.0.0"
10+
version = "1.1.0"
1111
description = "Simply remove JSON keys via CLI command."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -50,7 +50,7 @@ classifiers = [
5050
]
5151

5252
[project.urls]
53-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.0.0"
53+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/remove-json-keys-1.1.0"
5454
Documentation = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/docs"
5555
Funding = "https://github.com/sponsors/adamlui"
5656
Homepage = "https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#readme"

0 commit comments

Comments
 (0)