Skip to content

Commit 852a5c5

Browse files
authored
Bump version to 'v0.9.9b1'.
1 parent bd5f0da commit 852a5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdl3/__init__.py

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

3-
__version__ = "0.9.9b0"
3+
__version__ = "0.9.9b1"
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
@@ -755,4 +755,4 @@ def SDL_TRY_WRITE_DOCS() -> bool | None:
755755
os.remove(__doc_file__)
756756

757757
except PermissionError as exc:
758-
SDL_LOGGER.Log(SDL_LOGGER.Error, f"Failed to remove docs: {exc}.")
758+
SDL_LOGGER.Log(SDL_LOGGER.Error, f"Failed to remove docs: {exc}.")

0 commit comments

Comments
 (0)