Skip to content

Commit 1dce721

Browse files
committed
Bump version to 'v0.9.5b5'.
1 parent 80c85d1 commit 1dce721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A pure Python wrapper for SDL3."""
22

3-
__version__ = "0.9.5b4"
3+
__version__ = "0.9.5b5"
44

55
import sys, os, requests, ctypes, ctypes.util, platform, keyword, inspect, collections.abc as abc, \
66
asyncio, aiohttp, zipfile, typing, types, array, importlib, atexit, packaging.version, json, re

0 commit comments

Comments
 (0)