Skip to content

Commit 351acd0

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update pycatfile.py
1 parent 5137774 commit 351acd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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: 1/21/2025 Ver. 0.16.6 RC 1 - Author: cooldude2k $
17+
$FileInfo: pycatfile.py - Last Update: 1/24/2025 Ver. 0.17.0 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -333,8 +333,8 @@ def decode_unicode_escape(value):
333333
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
334334
__project__ = __program_name__
335335
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
336-
__version_info__ = (0, 16, 4, "RC 1", 1)
337-
__version_date_info__ = (2025, 1, 15, "RC 1", 1)
336+
__version_info__ = (0, 17, 0, "RC 1", 1)
337+
__version_date_info__ = (2025, 1, 24, "RC 1", 1)
338338
__version_date__ = str(__version_date_info__[0]) + "." + str(
339339
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
340340
__revision__ = __version_info__[3]

0 commit comments

Comments
 (0)