diff --git a/docs/conf.py b/docs/conf.py index 806e485..30d77e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = 'malduck' -copyright = '2019, CERT Polska' +copyright = '2020, CERT Polska' author = 'CERT Polska' # The full version, including alpha/beta/rc tags -release = '3.1.1' +release = '3.2.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3b87ea7..1c06a71 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="malduck", - version="3.1.2", + version="3.2.0", description="Malduck is your ducky companion in malware analysis journeys", author="CERT Polska", author_email="info@cert.pl",