Skip to content

Commit

Permalink
start 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 18, 2024
1 parent 4b113af commit 761d849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-22.04
env:
SDK_VERSION: 3.1.65.8bi
SDK_VERSION: 3.1.65.12bi
SYS_PYTHON: /usr/bin/python3
PACKAGES: emsdk hpy pygame
BUILD_STATIC: emsdk hpy
Expand Down
2 changes: 1 addition & 1 deletion src/pygbag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pathlib import Path

VERSION = "0.9.2"
VERSION = "0.9.3"

# hack to test git cdn build without upgrading pygbag
# beware can have side effects when file packager behaviour must change !
Expand Down

0 comments on commit 761d849

Please sign in to comment.