Skip to content

Commit

Permalink
latest version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Nov 20, 2023
1 parent 8a20f7e commit f569cd5
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 41 deletions.
2 changes: 1 addition & 1 deletion aries_cloudcontroller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
""" # noqa: E501


__version__ = "0.9.0"
__version__ = "0.10.1"

from aries_cloudcontroller.acapy_client import AcaPyClient

Expand Down
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = "OpenAPI-Generator/0.9.0/python"
self.user_agent = "OpenAPI-Generator/0.10.1/python"
self.client_side_validation = configuration.client_side_validation

async def __aenter__(self):
Expand Down
Loading

0 comments on commit f569cd5

Please sign in to comment.