Skip to content

Commit 6507452

Browse files
committed
main branch merged rel branch
2 parents aa7976c + ce3f5a5 commit 6507452

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
Copyright 2022 Yucheng Liu. GNU GPL3 lincense.
2+
Copyright 2022 Yucheng Liu. GNU GPL3 license.
33
GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
44
First added by username: liu-yucheng
55
Last updated by username: liu-yucheng
@@ -110,7 +110,7 @@ Python interactive shell demo use case:
110110
- Full path: `lyc_pyutils.libs.randbool.rand_bool`
111111
- Shortcut: `lyc_pyutils.rand_bool`
112112

113-
Random boolean value generator.
113+
Random Boolean value generator.
114114

115115
Python interactive shell demo use case:
116116

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def main():
2222
_setup(
2323
name="lyc-pyutils",
24-
version="1.1.1",
24+
version="1.1.2",
2525
description="LYC's personal Python utilities.",
2626
author="Yucheng Liu",
2727
packages=_find_packages(),

0 commit comments

Comments
 (0)