From 31377969c2e11d32847a94c98d7814e0a3803e82 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Thu, 10 Sep 2020 12:50:12 +0200 Subject: [PATCH] olevba: bumped version to 0.56dev8 after PR #450 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eaf62b8..b3d5835 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.56dev7' +version = '0.56dev8' 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" -- libgit2 0.21.4