Commit 94b1c3a16e2eec2e39e1feb92a6aeddace3c57c1

Authored by Philippe Lagadec
1 parent 5268bc72

updated setup for v0.45

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