From 373cfbfecde10a92d18e1cc9c1604c0f3a0f29a7 Mon Sep 17 00:00:00 2001 From: hysia Date: Fri, 21 Apr 2017 13:21:20 +0800 Subject: [PATCH] ship v2.0.5 --- pocsuite/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pocsuite/__init__.py b/pocsuite/__init__.py index 900e71e..5611738 100644 --- a/pocsuite/__init__.py +++ b/pocsuite/__init__.py @@ -7,8 +7,8 @@ """ __title__ = 'pocsuite' -__version__ = '2.0.4.2' +__version__ = '2.0.5' __author__ = 'Knownsec Security Team' __author_email__ = 's1@seebug.org' __license__ = 'GPL 2.0' -__copyright__ = 'Copyright 2015 Knownsec' +__copyright__ = 'Copyright 2017 Knownsec'