From 6a7e74cc95a73c907d31b307e628bbeb3b30f4d0 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Tue, 11 Jul 2017 21:52:03 +0200 Subject: [PATCH] setup.py: version 0.51.1dev1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index de81f5e..d826945 100644 --- a/setup.py +++ b/setup.py @@ -41,11 +41,11 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.51' +version = '0.51.1dev1' 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" -author_email = "decalage at laposte dot net" +author_email = "nospam@decalage.info" url = "http://www.decalage.info/python/oletools" license = "BSD" download_url = "https://github.com/decalage2/oletools/releases" -- libgit2 0.21.4