Skip to content

Commit

Permalink
version 0.0.2 to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
V70024 committed Aug 29, 2022
1 parent d6bf201 commit 1df3ecb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="right">

![Version](https://img.shields.io/badge/Version-0.0.2-ff6fff?style=for-the-badge&logoColor=black&labelColor=3f00ff)
![Version](https://img.shields.io/badge/Version-0.0.3-ff6fff?style=for-the-badge&logoColor=black&labelColor=3f00ff)

</div>

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


[Repository]:https://github.com/V70024/iptoolbox/tree/0.0.2/
[pypi]:https://pypi.org/project/iptoolbox/0.0.2/
[Documentation]:https://github.com/V70024/iptoolbox/wiki/iptoolbox-0.0.2/
[Repository]:https://github.com/V70024/iptoolbox/tree/0.0.3/
[pypi]:https://pypi.org/project/iptoolbox/0.0.3/
[Documentation]:https://github.com/V70024/iptoolbox/wiki/iptoolbox-0.0.3/
[BugTracker]:https://github.com/V70024/iptoolbox/issues/

<br><br><br><br><br>
Expand Down
2 changes: 1 addition & 1 deletion iptoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from . import validation

__name__ = "iptoolbox"
__version__ = "0.0.2"
__version__ = "0.0.3"
__description__ = f'{__name__} is a tool for purposefully creating IP, testing and scanning it'
__url_repository__ = f'https://github.com/V70024/{__name__}/tree/{__version__}'
__url_documentation__ = f'https://github.com/V70024/{__name__}/wiki/{__name__}-{__version__}'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages
# =========================================================================
name = 'iptoolbox'
version = '0.0.2'
version = '0.0.3'
# =========================================================================


Expand Down

0 comments on commit 1df3ecb

Please sign in to comment.