Skip to content

Commit b4cb798

Browse files
author
Kazuki Suzuki Przyborowski
committed
Ver Up Fix
1 parent 2ab069f commit b4cb798

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyfoxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ def decode_unicode_escape(value):
343343
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
344344
__project__ = __program_name__
345345
__project_url__ = "https://github.com/GameMaker2k/PyFoxFile"
346-
__version_info__ = (0, 19, 8, "RC 1", 1)
347-
__version_date_info__ = (2025, 8, 14, "RC 1", 1)
346+
__version_info__ = (0, 19, 10, "RC 1", 1)
347+
__version_date_info__ = (2025, 8, 15, "RC 1", 1)
348348
__version_date__ = str(__version_date_info__[0]) + "." + str(
349349
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
350350
__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 = "PyFoxFile"
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)