Skip to content

Commit 2e8b690

Browse files
committed
Bump version to 'v0.9.10b1'.
1 parent 88f6e35 commit 2e8b690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.10b0"
3+
__version__ = "0.9.10b1"
44

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

0 commit comments

Comments
 (0)