Skip to content

Commit

Permalink
Merge pull request #83 from pygame/publish-fix3
Browse files Browse the repository at this point in the history
publish fix3
  • Loading branch information
illume authored Dec 3, 2023
2 parents db545a8 + 33a755e commit 2f1b7dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stuntcat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Stuntcat the game
"""
__version__ = "0.2.3"
__version__ = "0.2.4"

from stuntcat import game

Expand Down

0 comments on commit 2f1b7dd

Please sign in to comment.