Commit 4b202e6688c22ac49ebdc03ebd616d4175dcd49d

Authored by Philippe Lagadec
1 parent 836b1915

setup: updated to v0.44

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