Commit 0617289f406d1e4c223f29466f1ec65830886537
1 parent
d66f64af
updated setup for v0.43
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.42' | 41 | +version = '0.43' |
| 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" |