From 7dcda66208467349d5f57349d314bfae8a17cea3 Mon Sep 17 00:00:00 2001 From: Sam Freeside Date: Fri, 21 Jul 2023 14:07:14 +0300 Subject: [PATCH] Bump v0.3.8 --- README.md | 2 +- das/common.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"