From 2922e4d0ed5ebad4117c3f81dc77bd2ef931cf31 Mon Sep 17 00:00:00 2001 From: Pawel Srokosz Date: Thu, 27 Feb 2020 14:11:48 +0100 Subject: [PATCH] Version bump: 3.1.1 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2730efc..806e485 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'CERT Polska' # The full version, including alpha/beta/rc tags -release = '3.0.2' +release = '3.1.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ecdb87d..7c659d2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="malduck", - version="3.1.0", + version="3.1.1", description="Malduck is your ducky companion in malware analysis journeys", author="CERT Polska", author_email="info@cert.pl",