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 1abab67 commit bd08392Copy full SHA for bd08392
sdl3/__init__.py
@@ -1,6 +1,6 @@
1
"""A pure Python wrapper for SDL3."""
2
3
-__version__ = "0.9.8b8"
+__version__ = "0.9.8b9"
4
5
import os, sys, requests, ctypes, ctypes.util, platform, collections.abc as abc, \
6
keyword, packaging.version, asyncio, aiohttp, zipfile, typing, types, json, re
0 commit comments