From 774f8d238ab556601b3fd3a4f4a2dc5c7990cde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Srokosz?= Date: Tue, 22 Dec 2020 17:35:15 +0100 Subject: [PATCH] Version bump: 4.1.0 (#53) --- 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 885330b..e321b36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'CERT Polska' # The full version, including alpha/beta/rc tags -version = '4.0.3' +version = '4.1.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 49a5118..004317d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="malduck", - version="4.0.3", + version="4.1.0", description="Malduck is your ducky companion in malware analysis journeys", author="CERT Polska", author_email="info@cert.pl",