From dd1514a872ce62104552f88a9ab9c40d189db071 Mon Sep 17 00:00:00 2001 From: Emirati Date: Fri, 20 Sep 2019 09:15:01 +0400 Subject: [PATCH] Updated Version to 0.1.5 --- masscan/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/masscan/__init__.py b/masscan/__init__.py index 105a5a3..251942d 100644 --- a/masscan/__init__.py +++ b/masscan/__init__.py @@ -3,6 +3,6 @@ from .masscan import * __author__ = 'MyKings (xsseroot@gmail.com)' -__version__ = '0.1.4' -__last_modification__ = '2019.09.02' +__version__ = '0.1.5' +__last_modification__ = '2019.09.20'