Skip to content

Commit

Permalink
Bump version to 'v0.9.4b0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss committed Feb 8, 2025
1 parent 83ed9cc commit c5607b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A pure Python wrapper for SDL3."""

__version__ = "0.9.3b2"
__version__ = "0.9.4b0"

import sys, os, requests, ctypes, platform, keyword, inspect, types, re, \
asyncio, aiohttp, zipfile, typing, array, atexit, packaging.version
Expand Down

0 comments on commit c5607b6

Please # to comment.