From a03e81dbc6728f370d595c02f8a9ed0712fa9335 Mon Sep 17 00:00:00 2001 From: Marcin Bury Date: Wed, 17 Oct 2018 21:30:53 +0400 Subject: [PATCH] Bump version to 3.4.0 (#539) --- 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 1b5906e1c..7662a9934 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.3.0 + Version : 3.4.0 Homepage : https://www.threat9.com - @threatnine Join Slack : https://www.threat9.com/slack diff --git a/setup.py b/setup.py index d17b82d37..6e6977bf6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="routersploit", - version="3.3.0", + version="3.4.0", description="Exploitation Framework for Embedded Devices", long_description=long_description, author="Threat9",