From 4899fb77066cb2a92b4e7dda9272675eb436a68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Sun, 3 Dec 2023 23:34:31 +0100 Subject: [PATCH 1/2] github: Use python 3.11, because python 3.12 breaks pymunk --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index a4a4170..5d3d09a 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: '3.x' + python-version: '3.11' - name: Install dependencies run: | python -m pip install --upgrade pip From 33a755e06200634b82f630c371ac13f79c6a1a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Sun, 3 Dec 2023 23:36:59 +0100 Subject: [PATCH 2/2] v0.2.4 --- stuntcat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuntcat/__init__.py b/stuntcat/__init__.py index 7828c96..6dca04e 100644 --- a/stuntcat/__init__.py +++ b/stuntcat/__init__.py @@ -1,7 +1,7 @@ """ Stuntcat the game """ -__version__ = "0.2.3" +__version__ = "0.2.4" from stuntcat import game