Commit a7a9ff7e0a6955e893bd1ff72efdea265ab417db
1 parent
8a4ce710
olevba: bumped version to 0.56dev9 after PR #595
Showing
2 changed files
with
2 additions
and
2 deletions
oletools/olevba.py
| @@ -229,7 +229,7 @@ from __future__ import print_function | @@ -229,7 +229,7 @@ from __future__ import print_function | ||
| 229 | # 2020-06-11 PL: - fixed issue #575 when decompressing raw chunks in VBA | 229 | # 2020-06-11 PL: - fixed issue #575 when decompressing raw chunks in VBA |
| 230 | # 2020-09-03 MX: - fixed issue #602 monkeypatch in email package | 230 | # 2020-09-03 MX: - fixed issue #602 monkeypatch in email package |
| 231 | 231 | ||
| 232 | -__version__ = '0.56dev7' | 232 | +__version__ = '0.56dev9' |
| 233 | 233 | ||
| 234 | #------------------------------------------------------------------------------ | 234 | #------------------------------------------------------------------------------ |
| 235 | # TODO: | 235 | # TODO: |
setup.py
| @@ -52,7 +52,7 @@ import os, fnmatch | @@ -52,7 +52,7 @@ import os, fnmatch | ||
| 52 | #--- METADATA ----------------------------------------------------------------- | 52 | #--- METADATA ----------------------------------------------------------------- |
| 53 | 53 | ||
| 54 | name = "oletools" | 54 | name = "oletools" |
| 55 | -version = '0.56dev8' | 55 | +version = '0.56dev9' |
| 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" | 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 | long_desc = open('oletools/README.rst').read() | 57 | long_desc = open('oletools/README.rst').read() |
| 58 | author = "Philippe Lagadec" | 58 | author = "Philippe Lagadec" |