From eb29007c4841493538e6a761f166a8e3201845d5 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Wed, 6 May 2015 15:03:12 +0200 Subject: [PATCH] updated setup.py for v0.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f08176d..75e3740 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ import sys, os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.09' +version = '0.10' 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