From 9f859190b64da4de94f5191df0ec3d0d5bb38566 Mon Sep 17 00:00:00 2001 From: Marcin Bury Date: Mon, 25 Jun 2018 18:37:13 +0200 Subject: [PATCH] Bump v3.2.0 (#477) --- 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 ed98a15cb..e4e38dfed 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.1.0 + Version : 3.2.0 Homepage : https://www.threat9.com - @threatnine Join Slack : https://www.threat9.com/slack diff --git a/setup.py b/setup.py index 204f2aec3..dd8d65deb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="routersploit", - version="3.1.0", + version="3.2.0", description="Exploitation Framework for Embedded Devices", long_description=long_description, author="Threat9",