File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!-- -
2
- Copyright 2022 Yucheng Liu. GNU GPL3 lincense .
2
+ Copyright 2022 Yucheng Liu. GNU GPL3 license .
3
3
GNU GPL3 license copy: https://www.gnu.org/licenses/gpl-3.0.txt
4
4
First added by username: liu-yucheng
5
5
Last updated by username: liu-yucheng
@@ -110,7 +110,7 @@ Python interactive shell demo use case:
110
110
- Full path: ` lyc_pyutils.libs.randbool.rand_bool `
111
111
- Shortcut: ` lyc_pyutils.rand_bool `
112
112
113
- Random boolean value generator.
113
+ Random Boolean value generator.
114
114
115
115
Python interactive shell demo use case:
116
116
Original file line number Diff line number Diff line change 21
21
def main ():
22
22
_setup (
23
23
name = "lyc-pyutils" ,
24
- version = "1.1.1 " ,
24
+ version = "1.1.2 " ,
25
25
description = "LYC's personal Python utilities." ,
26
26
author = "Yucheng Liu" ,
27
27
packages = _find_packages (),
You can’t perform that action at this time.
0 commit comments