From a4f2d82793ed2a481da375a266bfe05ed4cb3ca5 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Sun, 27 Nov 2022 21:24:54 +0100 Subject: [PATCH] olevba: bumped version to 0.60.2dev1 --- 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 2854afc..52ffd51 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -235,7 +235,7 @@ from __future__ import print_function # for issue #619) # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518) -__version__ = '0.60.1' +__version__ = '0.60.2dev1' #------------------------------------------------------------------------------ # TODO: diff --git a/setup.py b/setup.py index 484b81d..c74371f 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.60.1' +version = '0.60.2dev1' 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