Skip to content

Commit 5743176

Browse files
Ver up
1 parent 817d8b4 commit 5743176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyneofile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
__program_name__ = "PyNeoFile"
6161
__project__ = __program_name__
6262
__project_url__ = "https://github.com/GameMaker2k/PyNeoFile"
63-
__version_info__ = (0, 22, 0, "RC 1", 1)
63+
__version_info__ = (0, 22, 2, "RC 1", 1)
6464
__version_date_info__ = (2025, 9, 29, "RC 1", 1)
6565
__version_date__ = str(__version_date_info__[0]) + "." + str(
6666
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PyNeoFile"
3-
version = "0.22.0"
3+
version = "0.22.2"
44
readme = "README.md"
55
license = { text = "BSD-3-Clause" }
66
keywords = []

0 commit comments

Comments
 (0)