Skip to content

Commit 16244ec

Browse files
committed
Increment to v0.1.9
1 parent 283cfe3 commit 16244ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88

99
<p align="center">
10-
<a href="https://github.com/snovvcrash/DivideAndScan/blob/main/pyproject.toml#L3"><img src="https://img.shields.io/badge/version-0.1.8-success" alt="version" /></a>
10+
<a href="https://github.com/snovvcrash/DivideAndScan/blob/main/pyproject.toml#L3"><img src="https://img.shields.io/badge/version-0.1.9-success" alt="version" /></a>
1111
<a href="https://github.com/snovvcrash/DivideAndScan/search?l=python"><img src="https://img.shields.io/badge/python-3.7-blue?logo=python&logoColor=white" alt="python" /></a>
1212
<a href="https://www.codacy.com/gh/snovvcrash/DivideAndScan/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=snovvcrash/DivideAndScan&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/35f0bdfece9846d7aab3888b01642813" alt="codacy" /></a>
1313
<a href="https://github.com/snovvcrash/DivideAndScan/actions/workflows/publish-to-pypi.yml"><img src="https://github.com/snovvcrash/DivideAndScan/actions/workflows/publish-to-pypi.yml/badge.svg" alt="pypi" /></a>

das/modules/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = '@snovvcrash'
44
__site__ = 'https://github.com/snovvcrash/DivideAndScan'
5-
__version__ = '0.1.8'
5+
__version__ = '0.1.9'
66

77
import time
88
from datetime import datetime, timedelta

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "divideandscan"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Divide full port scan results and use it for targeted Nmap runs"
55
authors = ["Sam Freeside <[email protected]>"]
66
license = "BSD-2-Clause"

0 commit comments

Comments
 (0)