From 39204ebb8b2099829d3f8739028383fc86b56980 Mon Sep 17 00:00:00 2001 From: Pawel Srokosz Date: Thu, 25 Jul 2019 17:54:59 +0200 Subject: [PATCH] Version bump --- 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 37a8bb8..6d315f2 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 = '1.3.0' +release = '1.3.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c0b427c..b9438e9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="malduck", - version="1.3.0", + version="1.3.1", description="Malduck is your ducky companion in malware analysis journeys", author="CERT Polska", author_email="info@cert.pl",