Commit 4b202e6688c22ac49ebdc03ebd616d4175dcd49d
1 parent
836b1915
setup: updated to v0.44
Showing
1 changed file
with
1 additions
and
1 deletions
setup.py
| @@ -38,7 +38,7 @@ import sys, os, fnmatch | @@ -38,7 +38,7 @@ import sys, os, fnmatch | ||
| 38 | #--- METADATA ----------------------------------------------------------------- | 38 | #--- METADATA ----------------------------------------------------------------- |
| 39 | 39 | ||
| 40 | name = "oletools" | 40 | name = "oletools" |
| 41 | -version = '0.43' | 41 | +version = '0.44' |
| 42 | 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" | 42 | 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" |
| 43 | long_desc = open('oletools/README.rst').read() | 43 | long_desc = open('oletools/README.rst').read() |
| 44 | author ="Philippe Lagadec" | 44 | author ="Philippe Lagadec" |