Skip to content

Commit 05b17b6

Browse files
author
Kazuki Suzuki Przyborowski
committed
Version update
1 parent a9b4dc2 commit 05b17b6

13 files changed

Lines changed: 15 additions & 15 deletions

altcatfile.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: altcatfile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: altcatfile.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1818
'''
1919

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

catfile.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; $FileInfo: catfile.ini - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
1+
; $FileInfo: catfile.ini - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
22

33
[config]
44
default = CatFile

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: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: catfile.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1818
'''
1919

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

checksum.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: checksum.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: checksum.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1818
'''
1919

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

compression.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: compression.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: compression.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1818
'''
1919

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

mkcatfilebundle.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: mkbundle.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: mkbundle.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
import os

neocatfile.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: neocatfile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: neocatfile.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1818
'''
1919

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

phpcatfile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
1313
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
1414
15-
$FileInfo: phpcatfile.php - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
15+
$FileInfo: phpcatfile.php - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1616
*/
1717

1818
date_default_timezone_set('UTC');

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/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: pycatfile.py - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1818
'''
1919

2020
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
@@ -350,8 +350,8 @@ def decode_unicode_escape(value):
350350
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
351351
__project__ = __program_name__
352352
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
353-
__version_info__ = (0, 17, 4, "RC 1", 1)
354-
__version_date_info__ = (2025, 1, 26, "RC 1", 1)
353+
__version_info__ = (0, 18, 0, "RC 1", 1)
354+
__version_date_info__ = (2025, 1, 31, "RC 1", 1)
355355
__version_date__ = str(__version_date_info__[0]) + "." + str(
356356
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
357357
__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.17.4"
3+
version = "0.18.0"
44
readme = "README.md
55
license = "BSD-3-Clause"
66
keywords = []

0 commit comments

Comments
 (0)