Skip to content

Commit 49d28ca

Browse files
committed
v0.0.26
1 parent 3585a68 commit 49d28ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
strategy:
3333
matrix:
34-
python-version: ['3.13']
34+
python-version: ['3.12']
3535

3636
steps:
3737
- name: Checkout code

pzp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .matcher import Matcher
1818
from .prompt import Prompt
1919

20-
__version__ = "0.0.25"
20+
__version__ = "0.0.26"
2121
"PZP Version"
2222

2323
__all__ = [

0 commit comments

Comments
 (0)