Skip to content

Commit 9222a4e

Browse files
committed
Ver up for next rel ^_^
1 parent 1ea66f0 commit 9222a4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 10/31/2025 Ver. 0.24.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: archivefile.py - Last Update: 11/3/2025 Ver. 0.24.4 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: 10/31/2025 Ver. 0.24.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyarchivefile.py - Last Update: 11/3/2025 Ver. 0.24.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -634,8 +634,8 @@ def _get(section_dict, key, default=None):
634634
__program_alt_name__ = __program_name__
635635
__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
636636
__project_release_url__ = __project_url__+"/releases/latest"
637-
__version_info__ = (0, 24, 2, "RC 1", 1)
638-
__version_date_info__ = (2025, 10, 31, "RC 1", 1)
637+
__version_info__ = (0, 24, 4, "RC 1", 1)
638+
__version_date_info__ = (2025, 11, 3, "RC 1", 1)
639639
__version_date__ = str(__version_date_info__[0]) + "." + str(
640640
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
641641
__revision__ = __version_info__[3]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PyArchiveFile"
3-
version = "0.24.2"
3+
version = "0.24.4"
44
readme = "README.md"
55
license = { text = "BSD-3-Clause" }
66
keywords = []

0 commit comments

Comments
 (0)