Skip to content

Commit

Permalink
Update version to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Jan 7, 2025
1 parent cc47dfd commit 8419ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gnupg.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
import sys
import threading

__version__ = '0.5.4.dev0'
__version__ = '0.5.4'
__author__ = 'Vinay Sajip'
__date__ = '$20-Sep-2024 17:22:27$'
__date__ = '$07-Jan-2025 10:13:17$'

STARTUPINFO = None
if os.name == 'nt': # pragma: no cover
Expand Down
2 changes: 1 addition & 1 deletion test_gnupg.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def skipIf(condition, message):
import gnupg

__author__ = 'Vinay Sajip'
__date__ = '$20-Sep-2024 17:23:25$'
__date__ = '$07-Jan-2025 10:12:41$'

ALL_TESTS = True

Expand Down

0 comments on commit 8419ce8

Please sign in to comment.