From 3854948effb286bc78bd339f214d7fcd609fd79f Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 13 Jun 2018 23:53:38 +0200 Subject: [PATCH] bumped version to 0.53.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 227b8a50..483e2d81 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.53' +version = '0.53.1' 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"