PyNeoFile 0.20.8__tar.gz → 0.21.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyneofile-0.20.8 → pyneofile-0.21.0}/PKG-INFO +1 -1
- {pyneofile-0.20.8 → pyneofile-0.21.0}/PyNeoFile.egg-info/PKG-INFO +1 -1
- {pyneofile-0.20.8 → pyneofile-0.21.0}/pyneofile.py +3 -3
- {pyneofile-0.20.8 → pyneofile-0.21.0}/pyproject.toml +1 -1
- {pyneofile-0.20.8 → pyneofile-0.21.0}/setup.py +1 -1
- {pyneofile-0.20.8 → pyneofile-0.21.0}/LICENSE +0 -0
- {pyneofile-0.20.8 → pyneofile-0.21.0}/PyNeoFile.egg-info/SOURCES.txt +0 -0
- {pyneofile-0.20.8 → pyneofile-0.21.0}/PyNeoFile.egg-info/dependency_links.txt +0 -0
- {pyneofile-0.20.8 → pyneofile-0.21.0}/PyNeoFile.egg-info/top_level.txt +0 -0
- {pyneofile-0.20.8 → pyneofile-0.21.0}/PyNeoFile.egg-info/zip-safe +0 -0
- {pyneofile-0.20.8 → pyneofile-0.21.0}/README.md +0 -0
- {pyneofile-0.20.8 → pyneofile-0.21.0}/neofile.py +0 -0
- {pyneofile-0.20.8 → pyneofile-0.21.0}/setup.cfg +0 -0
|
@@ -60,12 +60,12 @@ __use_ini_name__ = "neofile.ini"
|
|
|
60
60
|
__program_name__ = "PyNeoFile"
|
|
61
61
|
__project__ = __program_name__
|
|
62
62
|
__project_url__ = "https://github.com/GameMaker2k/PyNeoFile"
|
|
63
|
-
__version_info__ = (0,
|
|
64
|
-
__version_date_info__ = (2025, 9,
|
|
63
|
+
__version_info__ = (0, 21, 0, "RC 1", 1)
|
|
64
|
+
__version_date_info__ = (2025, 9, 17, "RC 1", 1)
|
|
65
65
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
66
66
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
67
67
|
__revision__ = __version_info__[3]
|
|
68
|
-
__revision_id__ = "$Id:
|
|
68
|
+
__revision_id__ = "$Id: 3e016ef9e7c2e8fe6f660d1cd860ab4b24320682 $"
|
|
69
69
|
if(__version_info__[4] is not None):
|
|
70
70
|
__version_date_plusrc__ = __version_date__ + \
|
|
71
71
|
"-" + str(__version_date_info__[4])
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
Copyright 2016-2024 Game Maker 2k - http://intdb.sourceforge.net/
|
|
14
14
|
Copyright 2016-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
|
|
15
15
|
|
|
16
|
-
$FileInfo: setup.py - Last Update:
|
|
16
|
+
$FileInfo: setup.py - Last Update: 9/17/2025 Ver. 0.21.0 RC 1 - Author: cooldude2k $
|
|
17
17
|
'''
|
|
18
18
|
|
|
19
19
|
import os
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|