Commit d4835565831df2955ec98337c01a5c8cc2e2f544

Authored by decalage2
1 parent e8585b78

bumped version to 0.56.1

oletools/olevba.py
... ... @@ -32,7 +32,7 @@ https://github.com/unixfreak0037/officeparser
32 32  
33 33 # === LICENSE ==================================================================
34 34  
35   -# olevba is copyright (c) 2014-2020 Philippe Lagadec (http://www.decalage.info)
  35 +# olevba is copyright (c) 2014-2021 Philippe Lagadec (http://www.decalage.info)
36 36 # All rights reserved.
37 37 #
38 38 # Redistribution and use in source and binary forms, with or without modification,
... ... @@ -234,7 +234,7 @@ from __future__ import print_function
234 234 # 2020-09-28 PL: - added VBA_Parser.get_vba_code_all_modules (partial fix
235 235 # for issue #619)
236 236  
237   -__version__ = '0.56.1.dev2'
  237 +__version__ = '0.56.1'
238 238  
239 239 #------------------------------------------------------------------------------
240 240 # TODO:
... ...
setup.py
... ... @@ -52,7 +52,7 @@ import os, fnmatch
52 52 #--- METADATA -----------------------------------------------------------------
53 53  
54 54 name = "oletools"
55   -version = '0.56.1.dev2'
  55 +version = '0.56.1'
56 56 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"
57 57 long_desc = open('oletools/README.rst').read()
58 58 author = "Philippe Lagadec"
... ...