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 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