-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from sicpa-dlab/main
Release 0.5.0
- Loading branch information
Showing
27 changed files
with
1,276 additions
and
2,473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
__version__ = "0.4.0" | ||
"""Peer DID document generation and resolution.""" | ||
|
||
from . import core, dids, errors, keys | ||
|
||
from pydid import DID, DIDDocument | ||
|
||
__version__ = "0.5.0" | ||
|
||
__all__ = ["__version__", "core", "errors", "dids", "keys", "DID", "DIDDocument"] |
Oops, something went wrong.