From 46eb60f6b7a869dfb61cb215dcf88523e844d75b Mon Sep 17 00:00:00 2001 From: decalage2 Date: Mon, 28 Sep 2020 22:55:18 +0200 Subject: [PATCH] setup: bumped version to 0.56 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2a247f8..a3331596 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.56dev12' +version = '0.56' desc = "Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR" long_desc = open('oletools/README.rst').read() author = "Philippe Lagadec"