Skip to content

Commit 1109600

Browse files
committed
Version num update
1 parent 36b1ff5 commit 1109600

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

foxfile.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: foxfile.py - Last Update: 11/3/2025 Ver. 0.24.6 RC 1 - Author: cooldude2k $
17+
$FileInfo: foxfile.py - Last Update: 11/3/2025 Ver. 0.25.0 RC 1 - Author: cooldude2k $
1818
'''
1919

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

pyfoxfile.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: pyfoxfile.py - Last Update: 11/3/2025 Ver. 0.24.6 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyfoxfile.py - Last Update: 11/3/2025 Ver. 0.25.0 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -650,8 +650,8 @@ def _get(section_dict, key, default=None):
650650
__program_alt_name__ = __program_name__
651651
__project_url__ = "https://github.com/GameMaker2k/PyFoxFile"
652652
__project_release_url__ = __project_url__+"/releases/latest"
653-
__version_info__ = (0, 24, 6, "RC 1", 1)
654-
__version_date_info__ = (2025, 11, 3, "RC 1", 1)
653+
__version_info__ = (0, 25, 0, "RC 1", 1)
654+
__version_date_info__ = (2025, 11, 5, "RC 1", 1)
655655
__version_date__ = str(__version_date_info__[0]) + "." + str(
656656
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
657657
__revision__ = __version_info__[3]

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PyFoxFile"
3-
version = "0.24.6"
3+
version = "0.25.0"
44
readme = "README.md"
55
license = { text = "BSD-3-Clause" }
66
keywords = []
@@ -9,6 +9,7 @@
99
{ name = "Kazuhika Kitsune-chan", email = "kazuki.suzuki.fox@gmail.com" },
1010
{ name = "Kazuhana Neko-chan", email = "kazuki.suzuki.cat@gmail.com" },
1111
{ name = "Kazuki Neko-kun", email = "kazuki.suzuki.wa@gmail.com" },
12+
{ name = "Kazuki Suzuki Neko-kun", email = "kazuki.suzuki.sadeghi@gmail.com" },
1213
{ name = "Game Maker 2k", email = "gamemaker2k@gmail.com" },
1314
]
1415

0 commit comments

Comments
 (0)