Commit 57ec6e295662703d06ef3d66120b2c9d40a48602

Authored by Philippe Lagadec
1 parent 63ec91ed

setup.py: sync oletools version number with olevba (0.40)

oletools/olevba.py
@@ -160,6 +160,7 @@ __version__ = '0.40' @@ -160,6 +160,7 @@ __version__ = '0.40'
160 # + do not use logging, but a provided logger (null logger by default) 160 # + do not use logging, but a provided logger (null logger by default)
161 # + setup logging (common with other oletools) 161 # + setup logging (common with other oletools)
162 # + add xor bruteforcing like bbharvest 162 # + add xor bruteforcing like bbharvest
  163 +# + options -a and -c should imply -d
163 164
164 # TODO later: 165 # TODO later:
165 # + performance improvement: instead of searching each keyword separately, 166 # + performance improvement: instead of searching each keyword separately,
setup.py
@@ -37,7 +37,7 @@ import sys, os, fnmatch @@ -37,7 +37,7 @@ import sys, os, fnmatch
37 #--- METADATA ----------------------------------------------------------------- 37 #--- METADATA -----------------------------------------------------------------
38 38
39 name = "oletools" 39 name = "oletools"
40 -version = '0.13' 40 +version = '0.40'
41 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 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 long_desc = open('oletools/README.rst').read() 42 long_desc = open('oletools/README.rst').read()
43 author ="Philippe Lagadec" 43 author ="Philippe Lagadec"