From 4e0fa6fb5a422f4195dbc38cf7d1d78641f9796e Mon Sep 17 00:00:00 2001 From: 4shen0ne <4shen.01@gmail.com> Date: Tue, 6 Aug 2024 19:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20version=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4639f49..f4998be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nmass" -version = "0.1.1" +version = "0.1.2" description = "A python3 library that makes it easier to use nmap and masscan" authors = ["4shen0ne <4shen.01@gmail.com>"] license = "MIT"