Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 0953c5b

Browse files
committed
modify text
1 parent 85cf521 commit 0953c5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip install json-duplicate-keys
2323
```
2424
#### From Source:
2525
```console
26-
git clone https://github.com/truocphan/json-duplicate-keys.git
26+
git clone https://github.com/truocphan/json-duplicate-keys.git --branch <Branch/Tag>
2727
cd json-duplicate-keys
2828
python setup.py build
2929
python setup.py install

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
## Reporting a Vulnerability
1111

12-
Please report security issues related to the `json-duplicate-keys` project to the following email address: [email protected]
12+
Please report security issues related to the `json-duplicate-keys` project to the following email address: [email protected] or [email protected]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools.setup(
55
name="json-duplicate-keys",
6-
version="2023.11.26",
6+
version=datetime.datetime.now().strftime("%Y.%m.%d"),
77
author="Truoc Phan",
88
license="MIT",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)