diff --git a/README.md b/README.md index f9d4d07..d7a13d9 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ License This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files published with their own license. -The python-oletools package is copyright (c) 2012-2021 Philippe Lagadec (http://www.decalage.info) +The python-oletools package is copyright (c) 2012-2022 Philippe Lagadec (http://www.decalage.info) All rights reserved. diff --git a/oletools/olevba.py b/oletools/olevba.py index 2f2215a..bec4ea1 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -32,7 +32,7 @@ https://github.com/unixfreak0037/officeparser # === LICENSE ================================================================== -# olevba is copyright (c) 2014-2021 Philippe Lagadec (http://www.decalage.info) +# olevba is copyright (c) 2014-2022 Philippe Lagadec (http://www.decalage.info) # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, @@ -235,7 +235,7 @@ from __future__ import print_function # for issue #619) # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518) -__version__ = '0.60.1.dev3' +__version__ = '0.60.1.dev6' #------------------------------------------------------------------------------ # TODO: diff --git a/setup.py b/setup.py index 75e80ee..2d302e6 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ import os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.60.1.dev5' +version = '0.60.1.dev6' 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"