PyNeoFile 0.27.0__tar.gz → 0.27.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.27.0
3
+ Version: 0.27.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.27.0
3
+ Version: 0.27.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, 27, 0, "RC 1", 1)
64
- __version_date_info__ = (2025, 11, 14, "RC 1", 1)
63
+ __version_info__ = (0, 27, 2, "RC 1", 1)
64
+ __version_date_info__ = (2025, 11, 15, "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: e7664082a36d6def37251ddf8c573e7588d6dfab $"
68
+ __revision_id__ = "$Id: 66fe3661a5152f08bdf137e7f732941d565eda07 $"
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.27.0"
3
+ version = "0.27.2"
4
4
  readme = "README.md"
5
5
  license = { text = "BSD-3-Clause" }
6
6
  keywords = []
File without changes
File without changes
File without changes
File without changes
File without changes