From b04ef991362aaf02139b1c6a8f8fc147208526d6 Mon Sep 17 00:00:00 2001 From: Dan McInerney Date: Fri, 5 Apr 2024 16:27:12 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4dea8b2..8d4a54d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name='pymetasploit3', author='Dan McInerney', - version='1.0.5', + version='1.0.6', author_email='danhmcinerney@gmail.com', description='A full-fledged msfrpc library for Metasploit framework.', license='GPL',