Skip to content

Commit

Permalink
Merge pull request #45 from sicpa-dlab/main
Browse files Browse the repository at this point in the history
Release fix for missing peerdid.core package in wheel
  • Loading branch information
chumbert authored Aug 23, 2022
2 parents bf9d3f9 + 530f668 commit 1dbc042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
__version__ = "0.5.1"

__all__ = ["__version__", "core", "errors", "dids", "keys", "DID", "DIDDocument"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers =
# Topic ::

[options]
packages = peerdid
packages = peerdid,peerdid.core
include_package_data = true
python_requires = >= 3.7
# Dependencies are in setup.py for GitHub's dependency graph.
Expand Down

0 comments on commit 1dbc042

Please sign in to comment.