Skip to content

Commit

Permalink
bumped version to 0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Jun 2, 2021
1 parent b5c95ef commit 08056c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oletools/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion oletools/olevba.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion oletools/rtfobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

from __future__ import print_function

__version__ = '0.60.dev2'
__version__ = '0.60'

# ------------------------------------------------------------------------------
# TODO:
Expand Down

0 comments on commit 08056c1

Please sign in to comment.