crystalwindow 2.4__tar.gz → 2.5.8__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: crystalwindow
3
- Version: 2.4
3
+ Version: 2.5.8
4
4
  Summary: Easier Pygame!, Made by Crystal!!
5
5
  Author: CrystalBallyHereXD
6
6
  Author-email: mavilla.519@gmail.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crystalwindow
3
- Version: 2.4
3
+ Version: 2.5.8
4
4
  Summary: Easier Pygame!, Made by Crystal!!
5
5
  Author: CrystalBallyHereXD
6
6
  Author-email: mavilla.519@gmail.com
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="crystalwindow", # this is the name ppl will pip install
5
- version="2.4", # update when u change stuff
5
+ version="2.5.8", # update when u change stuff
6
6
  packages=find_packages(include=["CrystalWindow", "CrystalWindow.*"]),
7
7
  include_package_data=True,
8
8
  install_requires=["pygame>=2.3.0"],
File without changes
File without changes
File without changes