From 7b81b97d96a3245408ae96dc3a1060c777249f68 Mon Sep 17 00:00:00 2001 From: Pawel Srokosz Date: Thu, 20 Aug 2020 12:59:24 +0200 Subject: [PATCH] Bump version: 4.0.2 --- 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 6965859..b190bac 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 = '4.0.1' +release = '4.0.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 582ab59..1ab86c7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="malduck", - version="4.0.1", + version="4.0.2", description="Malduck is your ducky companion in malware analysis journeys", author="CERT Polska", author_email="info@cert.pl",