Commit 3681c317fa9ebc5102064070dea3f3b293119509
1 parent
f34a8c1c
setup.py: bumped version to 0.51
Showing
1 changed file
with
1 additions
and
1 deletions
setup.py
| @@ -41,7 +41,7 @@ import os, fnmatch | @@ -41,7 +41,7 @@ import os, fnmatch | ||
| 41 | #--- METADATA ----------------------------------------------------------------- | 41 | #--- METADATA ----------------------------------------------------------------- |
| 42 | 42 | ||
| 43 | name = "oletools" | 43 | name = "oletools" |
| 44 | -version = '0.51dev8' | 44 | +version = '0.51' |
| 45 | 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" | 45 | 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" |
| 46 | long_desc = open('oletools/README.rst').read() | 46 | long_desc = open('oletools/README.rst').read() |
| 47 | author = "Philippe Lagadec" | 47 | author = "Philippe Lagadec" |