From 57ec6e295662703d06ef3d66120b2c9d40a48602 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Wed, 16 Sep 2015 21:52:42 +0200 Subject: [PATCH] setup.py: sync oletools version number with olevba (0.40) --- oletools/olevba.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/oletools/olevba.py b/oletools/olevba.py index 87a57cb..e6dd0e3 100755 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -160,6 +160,7 @@ __version__ = '0.40' # + do not use logging, but a provided logger (null logger by default) # + setup logging (common with other oletools) # + add xor bruteforcing like bbharvest +# + options -a and -c should imply -d # TODO later: # + performance improvement: instead of searching each keyword separately, diff --git a/setup.py b/setup.py index f9a256a..b763aee 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ import sys, os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.13' +version = '0.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" long_desc = open('oletools/README.rst').read() author ="Philippe Lagadec" -- libgit2 0.21.4