Skip to content

Commit

Permalink
Bump version to 'v0.9.0b11'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss committed Jan 12, 2025
1 parent 319b826 commit e55e505
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ jobs:
if [ "$RUNNER_OS" == "macOS" ]; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
otool -L ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
brew reinstall freetype
otool -L ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
install_name_tool -add_rpath /opt/homebrew/lib ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
otool -L ./sdl3/bin/darwin-arm64/libSDL3_ttf.dylib
fi
- name: Generate docs.
Expand Down
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.0b10"
__version__ = "0.9.0b11"

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

0 comments on commit e55e505

Please sign in to comment.