Skip to content

Commit 66775ea

Browse files
committed
Updated version from 0.4.0a0 to 0.4.0a1.
1 parent 8826b6c commit 66775ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def main(argv):
2222
data = {
2323
"name": "PySDL3",
2424
"packages": ["sdl3", "sdl3.bin"],
25-
"version": "0.4.0a0",
25+
"version": "0.4.0a1",
2626
"description": "A pure Python wrapper for SDL3.",
2727
"long_description": open("README.md", "r", encoding = "utf-8").read(),
2828
"long_description_content_type": "text/markdown",

0 commit comments

Comments
 (0)