From 15a9744c0414855932c09dc10f64309088e2e02f Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Tue, 26 May 2015 21:50:43 +0200 Subject: [PATCH] updated doc and setup.py --- oletools/doc/olevba.html | 2 +- oletools/doc/olevba.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oletools/doc/olevba.html b/oletools/doc/olevba.html index 5815f7f..a009529 100644 --- a/oletools/doc/olevba.html +++ b/oletools/doc/olevba.html @@ -16,7 +16,7 @@
  • Word 97-2003 (.doc, .dot)

  • Word 2007+ (.docm, .dotm)

  • Word 2003 XML (.xml)

  • -
  • Word MHTML Single File Web Page (.mht)

  • +
  • Word MHTML, aka Single File Web Page (.mht)

  • Excel 97-2003 (.xls)

  • Excel 2007+ (.xlsm, .xlsb)

  • PowerPoint 2007+ (.pptm, .ppsm)

  • diff --git a/oletools/doc/olevba.md b/oletools/doc/olevba.md index eda3e0c..acfdf07 100644 --- a/oletools/doc/olevba.md +++ b/oletools/doc/olevba.md @@ -21,7 +21,7 @@ by John William Davison, with significant modifications. - Word 97-2003 (.doc, .dot) - Word 2007+ (.docm, .dotm) - Word 2003 XML (.xml) -- Word MHTML Single File Web Page (.mht) +- Word MHTML, aka Single File Web Page (.mht) - Excel 97-2003 (.xls) - Excel 2007+ (.xlsm, .xlsb) - PowerPoint 2007+ (.pptm, .ppsm) diff --git a/setup.py b/setup.py index 75e3740..191ad73 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ import sys, os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.10' +version = '0.10.1' 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" long_desc = open('oletools/README.rst').read() author ="Philippe Lagadec" -- libgit2 0.21.4