We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8826b6c commit 66775eaCopy full SHA for 66775ea
setup.py
@@ -22,7 +22,7 @@ def main(argv):
22
data = {
23
"name": "PySDL3",
24
"packages": ["sdl3", "sdl3.bin"],
25
- "version": "0.4.0a0",
+ "version": "0.4.0a1",
26
"description": "A pure Python wrapper for SDL3.",
27
"long_description": open("README.md", "r", encoding = "utf-8").read(),
28
"long_description_content_type": "text/markdown",
0 commit comments