From a7a9ff7e0a6955e893bd1ff72efdea265ab417db Mon Sep 17 00:00:00 2001 From: decalage2 Date: Mon, 14 Sep 2020 22:43:33 +0200 Subject: [PATCH] olevba: bumped version to 0.56dev9 after PR #595 --- oletools/olevba.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oletools/olevba.py b/oletools/olevba.py index a5e7486..4822932 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -229,7 +229,7 @@ from __future__ import print_function # 2020-06-11 PL: - fixed issue #575 when decompressing raw chunks in VBA # 2020-09-03 MX: - fixed issue #602 monkeypatch in email package -__version__ = '0.56dev7' +__version__ = '0.56dev9' #------------------------------------------------------------------------------ # TODO: diff --git a/setup.py b/setup.py index b3d5835..8d5425e 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.56dev8' +version = '0.56dev9' 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