File tree 5 files changed +8
-10
lines changed
5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 9
9
10
10
11
11
12
- <h1 >usefulib v1.0.3 </h1 >
12
+ <h1 >usefulib v1.0.4 </h1 >
13
13
A useful library for Python with <em >a lot</em > of assorted functions to make numerous small tasks easier.
14
14
15
15
## How to install
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
- import codecs
3
- import os
4
2
5
- VERSION = '1.0.3 '
6
- DESCRIPTION = 'A collection of assorted methods to make small tasks easier.. '
3
+ VERSION = '1.0.4 '
4
+ DESCRIPTION = 'A collection of assorted methods to make small tasks easier.'
7
5
LONG_DESCRIPTION = """
8
6
<div align="center">
9
7
<img src="https://github.com/hamdivazim/usefulib/raw/main/logo.png">
16
14
17
15
18
16
19
- <h1>usefulib v1.0.2 </h1>
17
+ <h1>usefulib v1.0.4 </h1>
20
18
A useful library for Python with <em>a lot</em> of assorted functions to make numerous small tasks easier.
21
19
22
20
### GitHub Page: https://github.com/hamdivazim/usefulib
Original file line number Diff line number Diff line change 1
1
"""
2
- usefulib v1.0.3
2
+ usefulib v1.0.4
3
3
Copyright Hamd Waseem (https://github.com/hamdivazim) under the GNU Public License 3.0.
4
4
5
5
https://github.com/hamdivazim/usefulib
6
6
"""
7
7
8
- __version__ = "1.0.3 "
8
+ __version__ = "1.0.4 "
9
9
10
10
from ._usefulibs import *
Original file line number Diff line number Diff line change 1
1
"""
2
- usefulib v1.0.3
2
+ usefulib v1.0.4
3
3
Copyright Hamd Waseem (https://github.com/hamdivazim) under the GNU Public License 3.0.
4
4
5
5
https://github.com/hamdivazim/usefulib
Original file line number Diff line number Diff line change 1
1
"""
2
- usefulib v1.0.3
2
+ usefulib v1.0.4
3
3
Copyright Hamd Waseem (https://github.com/hamdivazim) under the GNU Public License 3.0.
4
4
5
5
https://github.com/hamdivazim/usefulib
You can’t perform that action at this time.
0 commit comments