Commit 6a7e74cc95a73c907d31b307e628bbeb3b30f4d0

Authored by decalage2
1 parent 433f234f

setup.py: version 0.51.1dev1

Showing 1 changed file with 2 additions and 2 deletions
setup.py
... ... @@ -41,11 +41,11 @@ import os, fnmatch
41 41 #--- METADATA -----------------------------------------------------------------
42 42  
43 43 name = "oletools"
44   -version = '0.51'
  44 +version = '0.51.1dev1'
45 45 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"
46 46 long_desc = open('oletools/README.rst').read()
47 47 author = "Philippe Lagadec"
48   -author_email = "decalage at laposte dot net"
  48 +author_email = "nospam@decalage.info"
49 49 url = "http://www.decalage.info/python/oletools"
50 50 license = "BSD"
51 51 download_url = "https://github.com/decalage2/oletools/releases"
... ...