Commit 981ddc5c746e2317bcd2860abf4f91ea008d6c74
1 parent
7c34036c
oleid: bumped version to 0.53dev6
Showing
2 changed files
with
3 additions
and
3 deletions
oletools/oleid.py
| @@ -18,7 +18,7 @@ http://www.decalage.info/python/oletools | @@ -18,7 +18,7 @@ http://www.decalage.info/python/oletools | ||
| 18 | 18 | ||
| 19 | #=== LICENSE ================================================================= | 19 | #=== LICENSE ================================================================= |
| 20 | 20 | ||
| 21 | -# oleid is copyright (c) 2012-2017, Philippe Lagadec (http://www.decalage.info) | 21 | +# oleid is copyright (c) 2012-2018, Philippe Lagadec (http://www.decalage.info) |
| 22 | # All rights reserved. | 22 | # All rights reserved. |
| 23 | # | 23 | # |
| 24 | # Redistribution and use in source and binary forms, with or without modification, | 24 | # Redistribution and use in source and binary forms, with or without modification, |
| @@ -56,7 +56,7 @@ from __future__ import print_function | @@ -56,7 +56,7 @@ from __future__ import print_function | ||
| 56 | # 2017-04-26 PL: - fixed absolute imports (issue #141) | 56 | # 2017-04-26 PL: - fixed absolute imports (issue #141) |
| 57 | # 2017-09-01 SA: - detect OpenXML encryption | 57 | # 2017-09-01 SA: - detect OpenXML encryption |
| 58 | 58 | ||
| 59 | -__version__ = '0.51' | 59 | +__version__ = '0.53dev6' |
| 60 | 60 | ||
| 61 | 61 | ||
| 62 | #------------------------------------------------------------------------------ | 62 | #------------------------------------------------------------------------------ |
setup.py
| @@ -43,7 +43,7 @@ import os, fnmatch | @@ -43,7 +43,7 @@ import os, fnmatch | ||
| 43 | #--- METADATA ----------------------------------------------------------------- | 43 | #--- METADATA ----------------------------------------------------------------- |
| 44 | 44 | ||
| 45 | name = "oletools" | 45 | name = "oletools" |
| 46 | -version = '0.53dev5' | 46 | +version = '0.53dev6' |
| 47 | 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" | 47 | 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" |
| 48 | long_desc = open('oletools/README.rst').read() | 48 | long_desc = open('oletools/README.rst').read() |
| 49 | author = "Philippe Lagadec" | 49 | author = "Philippe Lagadec" |