File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" right " >
2
2
3
- ![ Version] ( https://img.shields.io/badge/Version-0.0.2 -ff6fff?style=for-the-badge&logoColor=black&labelColor=3f00ff )
3
+ ![ Version] ( https://img.shields.io/badge/Version-0.0.3 -ff6fff?style=for-the-badge&logoColor=black&labelColor=3f00ff )
4
4
5
5
</div >
6
6
18
18
[ ![ BugTracker] ( https://img.shields.io/badge/Bug%20Tracker-red?style=for-the-badge&logo=openbugbounty&logoColor=white&labelColor=cd3700 )] [ BugTracker ]
19
19
20
20
21
- [ Repository ] :https://github.com/V70024/iptoolbox/tree/0.0.2 /
22
- [ pypi ] :https://pypi.org/project/iptoolbox/0.0.2 /
23
- [ Documentation ] :https://github.com/V70024/iptoolbox/wiki/iptoolbox-0.0.2 /
21
+ [ Repository ] :https://github.com/V70024/iptoolbox/tree/0.0.3 /
22
+ [ pypi ] :https://pypi.org/project/iptoolbox/0.0.3 /
23
+ [ Documentation ] :https://github.com/V70024/iptoolbox/wiki/iptoolbox-0.0.3 /
24
24
[ BugTracker ] :https://github.com/V70024/iptoolbox/issues/
25
25
26
26
<br ><br ><br ><br ><br >
Original file line number Diff line number Diff line change 2
2
from . import validation
3
3
4
4
__name__ = "iptoolbox"
5
- __version__ = "0.0.2 "
5
+ __version__ = "0.0.3 "
6
6
__description__ = f'{ __name__ } is a tool for purposefully creating IP, testing and scanning it'
7
7
__url_repository__ = f'https://github.com/V70024/{ __name__ } /tree/{ __version__ } '
8
8
__url_documentation__ = f'https://github.com/V70024/{ __name__ } /wiki/{ __name__ } -{ __version__ } '
Original file line number Diff line number Diff line change 4
4
from setuptools import setup , find_packages
5
5
# =========================================================================
6
6
name = 'iptoolbox'
7
- version = '0.0.2 '
7
+ version = '0.0.3 '
8
8
# =========================================================================
9
9
10
10
You can’t perform that action at this time.
0 commit comments