We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db545a8 + 33a755e commit 2f1b7ddCopy full SHA for 2f1b7dd
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v3
27
with:
28
- python-version: '3.x'
+ python-version: '3.11'
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
stuntcat/__init__.py
@@ -1,7 +1,7 @@
1
"""
2
Stuntcat the game
3
4
-__version__ = "0.2.3"
+__version__ = "0.2.4"
5
6
from stuntcat import game
7
0 commit comments