Skip to content

Commit

Permalink
Merge pull request #81 from pygame/publish-fix
Browse files Browse the repository at this point in the history
publish fix
  • Loading branch information
illume authored Dec 3, 2023
2 parents f0a4631 + 33351f3 commit 2401b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.dev.txt ]; then python -m pip install -r requirements.dev.txt; fi
pip install build
- name: Build package
run: python -m build
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.1"
__version__ = "0.2.2"

from stuntcat import game

Expand Down

0 comments on commit 2401b0e

Please sign in to comment.