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 d9caa03 commit bd6bcf4Copy full SHA for bd6bcf4
sdl3/__init__.py
@@ -1,6 +1,6 @@
1
"""A pure Python wrapper for SDL3."""
2
3
-__version__ = "0.7.0a0"
+__version__ = "0.7.0a1"
4
5
import sys, os, requests, ctypes, platform, inspect, array
6
0 commit comments