Skip to content

Commit

Permalink
Updated version from 0.4.2a0 to 0.4.2a1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss committed Aug 22, 2024
1 parent 861893c commit a982951
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 @@ -26,7 +26,7 @@ def main(argv):
data = {
"name": "PySDL3",
"packages": ["sdl3", "sdl3.bin"],
"version": "0.4.2a0",
"version": "0.4.2a1",
"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 a982951

Please sign in to comment.