From db62635f937c6cfd8fafd5ac45ee5b23bf5691fe Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Sun, 10 Jan 2016 22:49:16 +0100 Subject: [PATCH] setup: bumped version to 0.42 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd049cc..902f83c 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ import sys, os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.41' +version = '0.42' 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