Skip to content

Commit 1df3ecb

Browse files
committed
version 0.0.2 to 0.0.3
1 parent d6bf201 commit 1df3ecb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="right">
22

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)
44

55
</div>
66

@@ -18,9 +18,9 @@
1818
[![BugTracker](https://img.shields.io/badge/Bug%20Tracker-red?style=for-the-badge&logo=openbugbounty&logoColor=white&labelColor=cd3700)][BugTracker]
1919

2020

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/
2424
[BugTracker]:https://github.com/V70024/iptoolbox/issues/
2525

2626
<br><br><br><br><br>

iptoolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from . import validation
33

44
__name__ = "iptoolbox"
5-
__version__ = "0.0.2"
5+
__version__ = "0.0.3"
66
__description__ = f'{__name__} is a tool for purposefully creating IP, testing and scanning it'
77
__url_repository__ = f'https://github.com/V70024/{__name__}/tree/{__version__}'
88
__url_documentation__ = f'https://github.com/V70024/{__name__}/wiki/{__name__}-{__version__}'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55
# =========================================================================
66
name = 'iptoolbox'
7-
version = '0.0.2'
7+
version = '0.0.3'
88
# =========================================================================
99

1010

0 commit comments

Comments
 (0)