Skip to content

Commit ffb1fbd

Browse files
author
Kazuki Suzuki Przyborowski
committed
Small update
1 parent c061605 commit ffb1fbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

archivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: archivefile.py - Last Update: 8/18/2025 Ver. 0.20.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: archivefile.py - Last Update: 8/20/2025 Ver. 0.20.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes

pyarchivefile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1515
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1616
17-
$FileInfo: pyarchivefile.py - Last Update: 8/18/2025 Ver. 0.20.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyarchivefile.py - Last Update: 8/20/2025 Ver. 0.20.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -341,8 +341,8 @@ def decode_unicode_escape(value):
341341
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
342342
__project__ = __program_name__
343343
__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
344-
__version_info__ = (0, 20, 0, "RC 1", 1)
345-
__version_date_info__ = (2025, 8, 15, "RC 1", 1)
344+
__version_info__ = (0, 20, 2, "RC 1", 1)
345+
__version_date_info__ = (2025, 8, 20, "RC 1", 1)
346346
__version_date__ = str(__version_date_info__[0]) + "." + str(
347347
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
348348
__revision__ = __version_info__[3]

0 commit comments

Comments
 (0)