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 06f1453 commit a35619fCopy full SHA for a35619f
sdl3/__init__.py
@@ -1,6 +1,6 @@
1
"""A pure Python wrapper for SDL3."""
2
3
-__version__ = "0.9.2b4"
+__version__ = "0.9.3b0"
4
5
import sys, os, requests, ctypes, platform, keyword, inspect, types, re, \
6
asyncio, aiohttp, zipfile, typing, array, atexit, packaging.version
0 commit comments