Skip to content

Commit 9823c75

Browse files
Fix publishing workflow
1 parent c6e3357 commit 9823c75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publishing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
with:
7272
name: python-package-distributions
7373
path: dist/
74-
- uses: pypa/gh-action-pypi-publish@v1
74+
- uses: pypa/gh-action-pypi-publish@v1.13.0

perdoo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"get_state_root",
77
"setup_logging",
88
]
9-
__version__ = "0.9.1"
9+
__version__ = "0.9.2"
1010

1111
import logging
1212
import os

0 commit comments

Comments
 (0)