Skip to content

Commit dc03fca

Browse files
committed
Small update
1 parent a0394da commit dc03fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyneofile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
__program_name__ = "PyNeoFile"
6161
__project__ = __program_name__
6262
__project_url__ = "https://github.com/GameMaker2k/PyNeoFile"
63-
__version_info__ = (0, 20, 0, "RC 1", 1)
64-
__version_date_info__ = (2025, 8, 18, "RC 1", 1)
63+
__version_info__ = (0, 20, 2, "RC 1", 1)
64+
__version_date_info__ = (2025, 8, 20, "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)
6767
__revision__ = __version_info__[3]

0 commit comments

Comments
 (0)