Commit 83c1e66d8848e1cb1f7b997bd4200fc3cc56d2e9

Authored by decalage2
1 parent db092ff0

updated changelog and setup.py

Showing 1 changed file with 1 additions and 1 deletions
setup.py
... ... @@ -55,7 +55,7 @@ import os, fnmatch
55 55 #--- METADATA -----------------------------------------------------------------
56 56  
57 57 name = "oletools"
58   -version = '0.60.2dev3'
  58 +version = '0.60.2dev4'
59 59 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"
60 60 long_desc = open('oletools/README.rst').read()
61 61 author = "Philippe Lagadec"
... ...