diff --git a/routersploit/interpreter.py b/routersploit/interpreter.py index e4e38dfed..639590769 100644 --- a/routersploit/interpreter.py +++ b/routersploit/interpreter.py @@ -233,7 +233,7 @@ def __init__(self): Embedded Devices Codename : I Knew You Were Trouble - Version : 3.2.0 + Version : 3.3.0 Homepage : https://www.threat9.com - @threatnine Join Slack : https://www.threat9.com/slack diff --git a/setup.py b/setup.py index dd8d65deb..b70fac536 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="routersploit", - version="3.2.0", + version="3.3.0", description="Exploitation Framework for Embedded Devices", long_description=long_description, author="Threat9",