Skip to content

Commit 5c9fa61

Browse files
Add files via upload
1 parent ca6d013 commit 5c9fa61

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

catfile.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: catfile.py - Last Update: 11/15/2025 Ver. 0.27.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: catfile.py - Last Update: 11/16/2025 Ver. 0.27.4 RC 1 - Author: cooldude2k $
1818
'''
1919

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

pycatfile.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: pycatfile.py - Last Update: 11/15/2025 Ver. 0.27.2 RC 1 - Author: cooldude2k $
17+
$FileInfo: pycatfile.py - Last Update: 11/16/2025 Ver. 0.27.4 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -661,8 +661,8 @@ def _get(section_dict, key, default=None):
661661
__program_alt_name__ = __program_name__
662662
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
663663
__project_release_url__ = __project_url__+"/releases/latest"
664-
__version_info__ = (0, 27, 2, "RC 1", 1)
665-
__version_date_info__ = (2025, 11, 15, "RC 1", 1)
664+
__version_info__ = (0, 27, 4, "RC 1", 1)
665+
__version_date_info__ = (2025, 11, 16, "RC 1", 1)
666666
__version_date__ = str(__version_date_info__[0]) + "." + str(
667667
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
668668
__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 = "PyCatFile"
3-
version = "0.27.2"
3+
version = "0.27.4"
44
readme = "README.md"
55
license = { text = "BSD-3-Clause" }
66
keywords = []

0 commit comments

Comments
 (0)