We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3585a68 commit 49d28caCopy full SHA for 49d28ca
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
strategy:
33
matrix:
34
- python-version: ['3.13']
+ python-version: ['3.12']
35
36
steps:
37
- name: Checkout code
pzp/__init__.py
@@ -17,7 +17,7 @@
17
from .matcher import Matcher
18
from .prompt import Prompt
19
20
-__version__ = "0.0.25"
+__version__ = "0.0.26"
21
"PZP Version"
22
23
__all__ = [
0 commit comments