Skip to content

Commit

Permalink
Updated version from 0.4.0a0 to 0.4.0a1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss committed Aug 21, 2024
1 parent 8826b6c commit 66775ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main(argv):
data = {
"name": "PySDL3",
"packages": ["sdl3", "sdl3.bin"],
"version": "0.4.0a0",
"version": "0.4.0a1",
"description": "A pure Python wrapper for SDL3.",
"long_description": open("README.md", "r", encoding = "utf-8").read(),
"long_description_content_type": "text/markdown",
Expand Down

0 comments on commit 66775ea

Please sign in to comment.