Commit 743ac882ab3f7807505d23337a0f506ae4468d19

Authored by decalage2
1 parent 48c753b4

setup: set version to 0.51dev2

oletools/mraptor_milter.py
... ... @@ -137,6 +137,7 @@ log.setLevel(logging.CRITICAL+1)
137 137 # === CLASSES ================================================================
138 138  
139 139 # Inspired from https://github.com/jmehnle/pymilter/blob/master/milter-template.py
  140 +# TODO: check https://github.com/sdgathman/pymilter which looks more recent
140 141  
141 142 class MacroRaptorMilter(Milter.Base):
142 143 '''
... ...
setup.py
... ... @@ -41,7 +41,7 @@ import os, fnmatch
41 41 #--- METADATA -----------------------------------------------------------------
42 42  
43 43 name = "oletools"
44   -version = '0.51a1'
  44 +version = '0.51dev2'
45 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 46 long_desc = open('oletools/README.rst').read()
47 47 author = "Philippe Lagadec"
... ...