Commit 1172e4e5ab32355c9c36c37fe5822089a2a9efcd
1 parent
55a2d38d
setup: bumped version to 0.47
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.46' | 41 | +version = '0.47' |
| 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" |