Skip to content

Commit 3e7d88f

Browse files
committed
Updated version from 0.6.0a1 to 0.6.0a2.
1 parent f5decb8 commit 3e7d88f

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
@@ -26,7 +26,7 @@ def main(argv):
2626
data = {
2727
"name": "PySDL3",
2828
"packages": ["sdl3", "sdl3.bin"],
29-
"version": "0.6.0a1",
29+
"version": "0.6.0a2",
3030
"description": "A pure Python wrapper for SDL3.",
3131
"long_description": open("README.md", "r", encoding = "utf-8").read(),
3232
"long_description_content_type": "text/markdown",

0 commit comments

Comments
 (0)