Commit 83c1e66d8848e1cb1f7b997bd4200fc3cc56d2e9
1 parent
db092ff0
updated changelog and setup.py
Showing
1 changed file
with
1 additions
and
1 deletions
setup.py
| @@ -55,7 +55,7 @@ import os, fnmatch | @@ -55,7 +55,7 @@ import os, fnmatch | ||
| 55 | #--- METADATA ----------------------------------------------------------------- | 55 | #--- METADATA ----------------------------------------------------------------- |
| 56 | 56 | ||
| 57 | name = "oletools" | 57 | name = "oletools" |
| 58 | -version = '0.60.2dev3' | 58 | +version = '0.60.2dev4' |
| 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" | 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 | long_desc = open('oletools/README.rst').read() | 60 | long_desc = open('oletools/README.rst').read() |
| 61 | author = "Philippe Lagadec" | 61 | author = "Philippe Lagadec" |