Skip to content

Commit 144d190

Browse files
author
Kazuki Suzuki Przyborowski
committed
Version update
1 parent 36ee0cb commit 144d190

13 files changed

Lines changed: 16 additions & 16 deletions

altarchivefile.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: altarchivefile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: altarchivefile.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

archivefile.ini

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

33
[config]
44
default = ArchiveFile

archivefile.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: archivefile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: archivefile.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

mkarchivefilebundle.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

neoarchivefile.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: neoarchivefile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: neoarchivefile.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

phparchivefile.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: phparchivefile.php - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
15+
$FileInfo: phparchivefile.php - Last Update: 1/31/2025 Ver. 0.18.0 RC 1 - Author: cooldude2k $
1616
*/
1717

1818
date_default_timezone_set('UTC');

pyarchivefile.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: pyarchivefile.py - Last Update: 1/26/2025 Ver. 0.17.4 RC 1 - Author: cooldude2k $
17+
$FileInfo: pyarchivefile.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
@@ -338,8 +338,8 @@ def decode_unicode_escape(value):
338338
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
339339
__project__ = __program_name__
340340
__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
341-
__version_info__ = (0, 17, 4, "RC 1", 1)
342-
__version_date_info__ = (2025, 1, 26, "RC 1", 1)
341+
__version_info__ = (0, 18, 0, "RC 1", 1)
342+
__version_date_info__ = (2025, 1, 31, "RC 1", 1)
343343
__version_date__ = str(__version_date_info__[0]) + "." + str(
344344
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
345345
__revision__ = __version_info__[3]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "PyArchiveFile"
3-
version = "0.17.4"
3+
version = "0.18.0"
44
readme = "README.md
55
license = "BSD-3-Clause"
66
keywords = []
7-
description = "A tar like file format name archivefile after unix cat command (concatenate files) ."
7+
description = "A tar like file format name archivefile."
88
authors = [
99
{ name = "Kazuki Przyborowski", email = "kazuki.przyborowski@gmail.com" },
1010
]

0 commit comments

Comments
 (0)