Skip to content

Commit 10ab462

Browse files
committed
Bump version to 'v0.9.0b8'.
1 parent 3b72762 commit 10ab462

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
brew reinstall freetype
4242
install_name_tool -add_rpath /opt/homebrew/lib ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
4343
otool -L ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
44+
echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
4445
fi
4546
4647
- name: Generate docs.

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.0b7"
3+
__version__ = "0.9.0b8"
44

55
import sys, os, requests, ctypes, platform, keyword, inspect, \
66
asyncio, aiohttp, re, typing, array, atexit, packaging.version

0 commit comments

Comments
 (0)