Skip to content

Commit 2f1b7dd

Browse files
authored
Merge pull request #83 from pygame/publish-fix3
publish fix3
2 parents db545a8 + 33a755e commit 2f1b7dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v3
2727
with:
28-
python-version: '3.x'
28+
python-version: '3.11'
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip

stuntcat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Stuntcat the game
33
"""
4-
__version__ = "0.2.3"
4+
__version__ = "0.2.4"
55

66
from stuntcat import game
77

0 commit comments

Comments
 (0)