PyNeoFile 0.21.0__tar.gz → 0.21.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyNeoFile
3
- Version: 0.21.0
3
+ Version: 0.21.2
4
4
  Summary: A tar like file format name archivefile.
5
5
  Home-page: https://github.com/GameMaker2k/PyArchiveFile
6
6
  Download-URL: https://github.com/GameMaker2k/PyArchiveFile/neo/master.tar.gz
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyNeoFile
3
- Version: 0.21.0
3
+ Version: 0.21.2
4
4
  Summary: A tar like file format name archivefile.
5
5
  Home-page: https://github.com/GameMaker2k/PyArchiveFile
6
6
  Download-URL: https://github.com/GameMaker2k/PyArchiveFile/neo/master.tar.gz
@@ -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, 21, 0, "RC 1", 1)
64
- __version_date_info__ = (2025, 9, 17, "RC 1", 1)
63
+ __version_info__ = (0, 21, 2, "RC 1", 1)
64
+ __version_date_info__ = (2025, 9, 24, "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: 3e016ef9e7c2e8fe6f660d1cd860ab4b24320682 $"
68
+ __revision_id__ = "$Id: 17c2651bc52e3f977db61649b6c3e3b41d111199 $"
69
69
  if(__version_info__[4] is not None):
70
70
  __version_date_plusrc__ = __version_date__ + \
71
71
  "-" + str(__version_date_info__[4])
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "PyNeoFile"
3
- version = "0.21.0"
3
+ version = "0.21.2"
4
4
  readme = "README.md"
5
5
  license = { text = "BSD-3-Clause" }
6
6
  keywords = []
@@ -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: 9/17/2025 Ver. 0.21.0 RC 1 - Author: cooldude2k $
16
+ $FileInfo: setup.py - Last Update: 8/24/2025 Ver. 0.21.2 RC 1 - Author: cooldude2k $
17
17
  '''
18
18
 
19
19
  import os
File without changes
File without changes
File without changes
File without changes