diff --git a/oletools/crypto.py b/oletools/crypto.py index df45f7fe..a642cb54 100644 --- a/oletools/crypto.py +++ b/oletools/crypto.py @@ -96,7 +96,7 @@ def script_main_function(input_file, passwords, crypto_nesting=0, args): # 2021-05-22 v0.60 PL: - added PowerPoint transparent password # '/01Hannes Ruescher/01' (issue #627) -__version__ = '0.60.dev2' +__version__ = '0.60' import sys import struct diff --git a/oletools/olevba.py b/oletools/olevba.py index 5e770439..5dd75bbe 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -235,7 +235,7 @@ # for issue #619) # 2021-04-14 PL: - added detection of Workbook_BeforeClose (issue #518) -__version__ = '0.60.dev2' +__version__ = '0.60' #------------------------------------------------------------------------------ # TODO: diff --git a/oletools/rtfobj.py b/oletools/rtfobj.py index 3f6133bd..279deb67 100644 --- a/oletools/rtfobj.py +++ b/oletools/rtfobj.py @@ -97,7 +97,7 @@ from __future__ import print_function -__version__ = '0.60.dev2' +__version__ = '0.60' # ------------------------------------------------------------------------------ # TODO: