Skip to content

Commit

Permalink
chore: update aca-py to v0.7.5 (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Moriarty <[email protected]>
  • Loading branch information
morrieinmaas authored Nov 10, 2022
1 parent 7d84083 commit d8fa32c
Show file tree
Hide file tree
Showing 4 changed files with 1,070 additions and 227 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ In order to run the tests, you'll need to install the dependencies first. The ch
# Uncomment if you don't have poetry installed
# pip install poetry

# Activate the environment
poetry shell

# Install the dependencies
poetry install --with dev

Expand Down
2 changes: 1 addition & 1 deletion acapy_wallet_groups_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from aries_cloudagent.admin.request_context import InjectionContext
from aries_cloudagent.wallet.models.wallet_record import WalletRecord

__version__ = "0.1.0"
__version__ = "0.1.7"

# ------------------------------------------
# The code below done because ACA-Py, version 0.7.4 does not support custom
Expand Down
Loading

0 comments on commit d8fa32c

Please sign in to comment.