diff --git a/setup.py b/setup.py index f8c63698..de81f5ec 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.51dev8' +version = '0.51' 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"