Commit eb29007c4841493538e6a761f166a8e3201845d5
1 parent
7336f730
updated setup.py for v0.10
Showing
1 changed file
with
1 additions
and
1 deletions
setup.py
| ... | ... | @@ -36,7 +36,7 @@ import sys, os, fnmatch |
| 36 | 36 | #--- METADATA ----------------------------------------------------------------- |
| 37 | 37 | |
| 38 | 38 | name = "oletools" |
| 39 | -version = '0.09' | |
| 39 | +version = '0.10' | |
| 40 | 40 | 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" |
| 41 | 41 | long_desc = open('oletools/README.rst').read() |
| 42 | 42 | author ="Philippe Lagadec" | ... | ... |