Skip to content

Commit 7c375d2

Browse files
author
Kazuki Suzuki Przyborowski
committed
Ver Up Fix
1 parent b77cc50 commit 7c375d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyarchivefile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ def decode_unicode_escape(value):
339339
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
340340
__project__ = __program_name__
341341
__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
342-
__version_info__ = (0, 19, 8, "RC 1", 1)
343-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
342+
__version_info__ = (0, 19, 10, "RC 1", 1)
343+
__version_date_info__ = (2025, 8, 15, "RC 1", 1)
344344
__version_date__ = str(__version_date_info__[0]) + "." + str(
345345
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
346346
__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 = "PyArchiveFile"
3-
version = "0.19.8"
3+
version = "0.19.10"
44
readme = "README.md"
55
license = { text = "BSD-3-Clause" }
66
keywords = []

0 commit comments

Comments
 (0)