From 3681c317fa9ebc5102064070dea3f3b293119509 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Thu, 29 Jun 2017 22:51:51 +0200 Subject: [PATCH] setup.py: bumped version to 0.51 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8c6369..de81f5e 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.51dev8' +version = '0.51' 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