Skip to content

Commit 97893da

Browse files
author
Kazuki Suzuki Przyborowski
committed
Version update
1 parent a8c81e8 commit 97893da

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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: 8/20/2025 Ver. 0.20.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: foxfile.py - Last Update: 8/24/2025 Ver. 0.21.2 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: 9/17/2025 Ver. 0.21.0 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyfoxfile.py - Last Update: 8/24/2025 Ver. 0.21.2 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -389,8 +389,8 @@ def decode_unicode_escape(value):
389389
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
390390
__project__ = __program_name__
391391
__project_url__ = "https://github.com/GameMaker2k/PyFoxFile"
392-
__version_info__ = (0, 21, 0, "RC 1", 1)
393-
__version_date_info__ = (2025, 9, 17, "RC 1", 1)
392+
__version_info__ = (0, 21, 2, "RC 1", 1)
393+
__version_date_info__ = (2025, 9, 24, "RC 1", 1)
394394
__version_date__ = str(__version_date_info__[0]) + "." + str(
395395
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
396396
__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 = "PyFoxFile"
3-
version = "0.21.0"
3+
version = "0.21.2"
44
readme = "README.md"
55
license = { text = "BSD-3-Clause" }
66
keywords = []

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright 2016-2024 Game Maker 2k - http://intdb.sourceforge.net/
1414
Copyright 2016-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1515
16-
$FileInfo: setup.py - Last Update: 9/17/2025 Ver. 0.21.0 RC 1 - Author: cooldude2k $
16+
$FileInfo: setup.py - Last Update: 8/24/2025 Ver. 0.21.2 RC 1 - Author: cooldude2k $
1717
'''
1818

1919
import os

0 commit comments

Comments
 (0)