Skip to content

Commit 35a8d51

Browse files
authored
Merge pull request #58 from sicpa-dlab/main
Release version 0.5.2
2 parents e626567 + ce024f4 commit 35a8d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/verify.yml

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

5151
- name: fail unless release not found
5252
# TODO check if greater than latest tag / release (?)
53-
if: ${{ steps.release_info.outputs.release_info == '' }}
53+
if: steps.release_info.outputs.release_info
5454
run: exit 1
5555

5656
static-black:

peerdid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from pydid import DID, DIDDocument
66

7-
__version__ = "0.5.1"
7+
__version__ = "0.5.2"
88

99
__all__ = ["__version__", "core", "errors", "dids", "keys", "DID", "DIDDocument"]

0 commit comments

Comments
 (0)