Commit a4f2d82793ed2a481da375a266bfe05ed4cb3ca5

Authored by decalage2
1 parent 4cbf6aa9

olevba: bumped version to 0.60.2dev1

oletools/olevba.py
... ... @@ -235,7 +235,7 @@ from __future__ import print_function
235 235 # for issue #619)
236 236 # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518)
237 237  
238   -__version__ = '0.60.1'
  238 +__version__ = '0.60.2dev1'
239 239  
240 240 #------------------------------------------------------------------------------
241 241 # TODO:
... ...
setup.py
... ... @@ -55,7 +55,7 @@ import os, fnmatch
55 55 #--- METADATA -----------------------------------------------------------------
56 56  
57 57 name = "oletools"
58   -version = '0.60.1'
  58 +version = '0.60.2dev1'
59 59 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"
60 60 long_desc = open('oletools/README.rst').read()
61 61 author = "Philippe Lagadec"
... ...