Skip to content

Commit 8d7c8d4

Browse files
committed
Bump version to 0.7.1a1.
1 parent 93bef28 commit 8d7c8d4

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.7.1a0"
3+
__version__ = "0.7.1a1"
44

55
import sys, os, requests, ctypes, platform, atexit, inspect, array
66

0 commit comments

Comments
 (0)