Skip to content

Commit d78690b

Browse files
author
Kazuki Suzuki Przyborowski
committed
Small update
1 parent 7c375d2 commit d78690b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 3/7/2025 Ver. 0.19.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: archivefile.py - Last Update: 8/18/2025 Ver. 0.20.0 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: 2 additions & 2 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/14/2025 Ver. 0.19.8 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyarchivefile.py - Last Update: 8/18/2025 Ver. 0.20.0 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -339,7 +339,7 @@ def decode_unicode_escape(value):
339339
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
340340
__project__ = __program_name__
341341
__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
342-
__version_info__ = (0, 19, 10, "RC 1", 1)
342+
__version_info__ = (0, 20, 0, "RC 1", 1)
343343
__version_date_info__ = (2025, 8, 15, "RC 1", 1)
344344
__version_date__ = str(__version_date_info__[0]) + "." + str(
345345
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)

0 commit comments

Comments
 (0)