diff --git a/pyproject.toml b/pyproject.toml index 7a539f2..9b80d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dexa-protocol" -version = "0.1.9" +version = "0.1.10" description = "Hosts Data Disclosure Agreement protocols" authors = ["George J Padayatti "] license = "License :: OSI Approved :: Apache Software License" @@ -16,7 +16,7 @@ keywords = ["acapy", "aries", "dataexchange", "ssi"] [tool.poetry.dependencies] python = "^3.8" acapy-patched = "0.5.6-dev1" -dexa-sdk = "0.1.11" +dexa-sdk = "0.1.12" [tool.poetry.dev-dependencies] flake8 = "^5.0.4"