Commit db62635f937c6cfd8fafd5ac45ee5b23bf5691fe

Authored by Philippe Lagadec
1 parent dfc2cd91

setup: bumped version to 0.42

Showing 1 changed file with 1 additions and 1 deletions
setup.py
... ... @@ -37,7 +37,7 @@ import sys, os, fnmatch
37 37 #--- METADATA -----------------------------------------------------------------
38 38  
39 39 name = "oletools"
40   -version = '0.41'
  40 +version = '0.42'
41 41 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"
42 42 long_desc = open('oletools/README.rst').read()
43 43 author ="Philippe Lagadec"
... ...