From 4b641bb11883769e825c13764ea6e70c334e731d Mon Sep 17 00:00:00 2001 From: Marcin Bury Date: Mon, 9 Jul 2018 21:09:31 +0200 Subject: [PATCH] Bump v3.3.0 (#489) --- routersploit/interpreter.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",