File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- # usefulib v1.0
1
+ # usefulib v1.0.2
2
2
A useful library for Python with assorted functions to make small tasks easier.
3
3
4
4
## How to install
Original file line number Diff line number Diff line change 2
2
import codecs
3
3
import os
4
4
5
- VERSION = '1.0.1 '
5
+ VERSION = '1.0.2 '
6
6
DESCRIPTION = 'A collection of assorted methods to make small tasks easier..'
7
7
LONG_DESCRIPTION = """
8
- # usefulib v1.0
8
+ # usefulib v1.0.2
9
9
A useful library for Python with assorted functions to make small tasks easier.
10
10
11
+ ### GitHub Page: https://github.com/hamdivazim/usefulib
12
+
11
13
## How to install
12
14
Install with pip in your terminal, making sure Python is added to PATH:
13
15
```
Original file line number Diff line number Diff line change 1
1
"""
2
- usefulib v1.0
2
+ usefulib v1.0.2
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.0 "
8
+ __version__ = "1.0.2 "
9
9
10
10
from ._usefulibs import *
Original file line number Diff line number Diff line change 1
1
"""
2
- usefulib v1.0
2
+ usefulib v1.0.2
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
2
+ usefulib v1.0.2
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