diff --git a/README.md b/README.md index 1d7f47f..92395d4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

- version + version python codacy pypi diff --git a/das/common.py b/das/common.py index 9b5eca2..d8f72eb 100644 --- a/das/common.py +++ b/das/common.py @@ -2,7 +2,7 @@ __author__ = '@snovvcrash' __site__ = 'https://github.com/snovvcrash/DivideAndScan' -__version__ = '0.3.7' +__version__ = '0.3.8' import time from datetime import datetime, timedelta diff --git a/pyproject.toml b/pyproject.toml index 984e075..a2c64f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "divideandscan" -version = "0.3.7" +version = "0.3.8" description = "Divide full port scan results and use it for targeted Nmap runs" authors = ["Sam Freeside "] license = "BSD-2-Clause"