Skip to content

Commit 319b826

Browse files
committed
Bump version to 'v0.9.0b10'.
1 parent 38d9cee commit 319b826

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/generate-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
if [ "$RUNNER_OS" == "macOS" ]; then
3939
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4040
otool -L ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
41-
echo "/opt/homebrew/lib" >> $GITHUB_ENV
4241
brew reinstall freetype
4342
otool -L ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
4443
install_name_tool -add_rpath /opt/homebrew/lib ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib

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

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

0 commit comments

Comments
 (0)