From 743ac882ab3f7807505d23337a0f506ae4468d19 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 8 Mar 2017 22:49:36 +0100 Subject: [PATCH] setup: set version to 0.51dev2 --- oletools/mraptor_milter.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/oletools/mraptor_milter.py b/oletools/mraptor_milter.py index 2752090..969eaf2 100644 --- a/oletools/mraptor_milter.py +++ b/oletools/mraptor_milter.py @@ -137,6 +137,7 @@ log.setLevel(logging.CRITICAL+1) # === CLASSES ================================================================ # Inspired from https://github.com/jmehnle/pymilter/blob/master/milter-template.py +# TODO: check https://github.com/sdgathman/pymilter which looks more recent class MacroRaptorMilter(Milter.Base): ''' diff --git a/setup.py b/setup.py index b50b3ab..8051207 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.51a1' +version = '0.51dev2' 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