WinColl 0.9.8__tar.gz → 0.9.9__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.
Files changed (43) hide show
  1. {wincoll-0.9.8 → wincoll-0.9.9}/PKG-INFO +1 -1
  2. {wincoll-0.9.8 → wincoll-0.9.9}/WinColl.egg-info/PKG-INFO +1 -1
  3. {wincoll-0.9.8 → wincoll-0.9.9}/pyproject.toml +1 -1
  4. {wincoll-0.9.8 → wincoll-0.9.9}/README.md +0 -0
  5. {wincoll-0.9.8 → wincoll-0.9.9}/WinColl.egg-info/SOURCES.txt +0 -0
  6. {wincoll-0.9.8 → wincoll-0.9.9}/WinColl.egg-info/dependency_links.txt +0 -0
  7. {wincoll-0.9.8 → wincoll-0.9.9}/WinColl.egg-info/entry_points.txt +0 -0
  8. {wincoll-0.9.8 → wincoll-0.9.9}/WinColl.egg-info/requires.txt +0 -0
  9. {wincoll-0.9.8 → wincoll-0.9.9}/WinColl.egg-info/top_level.txt +0 -0
  10. {wincoll-0.9.8 → wincoll-0.9.9}/setup.cfg +0 -0
  11. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/Collect.wav +0 -0
  12. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/Slide.wav +0 -0
  13. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/Splat.wav +0 -0
  14. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/Unlock.wav +0 -0
  15. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/__init__.py +0 -0
  16. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/__main__.py +0 -0
  17. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/acorn-mode-1.ttf +0 -0
  18. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/diamond.png +0 -0
  19. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/langdetect.py +0 -0
  20. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/01.tmx +0 -0
  21. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/02.tmx +0 -0
  22. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/03.tmx +0 -0
  23. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/04.tmx +0 -0
  24. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/05.tmx +0 -0
  25. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/06.tmx +0 -0
  26. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/07.tmx +0 -0
  27. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/Blob.png +0 -0
  28. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/Brick.png +0 -0
  29. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/Diamond.png +0 -0
  30. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/Earth.png +0 -0
  31. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/Gap.png +0 -0
  32. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/Key.png +0 -0
  33. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/Rock.png +0 -0
  34. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/Safe.png +0 -0
  35. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/Win.png +0 -0
  36. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/levels/WinColl.tsx +0 -0
  37. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/locale/el/LC_MESSAGES/wincoll.mo +0 -0
  38. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/locale/fr/LC_MESSAGES/argparse.mo +0 -0
  39. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/locale/fr/LC_MESSAGES/wincoll.mo +0 -0
  40. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/ptext.py +0 -0
  41. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/splat.png +0 -0
  42. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/title.png +0 -0
  43. {wincoll-0.9.8 → wincoll-0.9.9}/wincoll/warnings_util.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: WinColl
3
- Version: 0.9.8
3
+ Version: 0.9.9
4
4
  Summary: Simple rocks-and-diamonds game
5
5
  Author-email: Reuben Thomas <rrt@sc3d.org>
6
6
  License: GPL v3 or later
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: WinColl
3
- Version: 0.9.8
3
+ Version: 0.9.9
4
4
  Summary: Simple rocks-and-diamonds game
5
5
  Author-email: Reuben Thomas <rrt@sc3d.org>
6
6
  License: GPL v3 or later
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "WinColl"
3
- version = "0.9.8"
3
+ version = "0.9.9"
4
4
  description = "Simple rocks-and-diamonds game"
5
5
  license = {text = "GPL v3 or later"}
6
6
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes