diff --git a/oletools/crypto.py b/oletools/crypto.py index df45f7f..a642cb5 100644 --- a/oletools/crypto.py +++ b/oletools/crypto.py @@ -96,7 +96,7 @@ http://www.decalage.info/python/oletools # 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 5e77043..5dd75bb 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -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.dev2' +__version__ = '0.60' #------------------------------------------------------------------------------ # TODO: diff --git a/oletools/rtfobj.py b/oletools/rtfobj.py index 3f6133b..279deb6 100644 --- a/oletools/rtfobj.py +++ b/oletools/rtfobj.py @@ -97,7 +97,7 @@ http://www.decalage.info/python/oletools from __future__ import print_function -__version__ = '0.60.dev2' +__version__ = '0.60' # ------------------------------------------------------------------------------ # TODO: