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 9093445 commit 3bbf159Copy full SHA for 3bbf159
sdl3/__init__.py
@@ -1,6 +1,6 @@
1
"""A pure Python wrapper for SDL3."""
2
3
-__version__ = "0.9.7b5"
+__version__ = "0.9.7b6"
4
5
import sys, os, requests, ctypes, ctypes.util, platform, keyword, inspect, collections.abc as abc, \
6
asyncio, aiohttp, zipfile, typing, types, array, importlib, atexit, packaging.version, json, re
0 commit comments