Skip to content

Commit e55e505

Browse files
committed
Bump version to 'v0.9.0b11'.
1 parent 319b826 commit e55e505

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/generate-docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ jobs:
3737
3838
if [ "$RUNNER_OS" == "macOS" ]; then
3939
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
40-
otool -L ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
41-
brew reinstall freetype
42-
otool -L ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
4340
install_name_tool -add_rpath /opt/homebrew/lib ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
44-
otool -L ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
4541
fi
4642
4743
- 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.0b10"
3+
__version__ = "0.9.0b11"
44

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

0 commit comments

Comments
 (0)