Skip to content

Commit

Permalink
Merge pull request #58 from sicpa-dlab/main
Browse files Browse the repository at this point in the history
Release version 0.5.2
  • Loading branch information
mat-work authored Jul 13, 2023
2 parents e626567 + ce024f4 commit 35a8d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

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

static-black:
Expand Down
2 changes: 1 addition & 1 deletion peerdid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from pydid import DID, DIDDocument

__version__ = "0.5.1"
__version__ = "0.5.2"

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

0 comments on commit 35a8d51

Please sign in to comment.