From f827a6b15b5448a490800014994f7d9bc1303141 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Tue, 29 Mar 2022 22:42:55 +0200 Subject: [PATCH] updated changelog and bumped version after PR #449 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d302e6..3b58b01 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.60.1.dev6' +version = '0.60.1.dev7' 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