Skip to content

Commit 2f04d47

Browse files
committed
bumb version to 0.2
1 parent a81c727 commit 2f04d47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libs/aries-basic-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple pip installable package for controlling aries agents through admin API
44

55
# Install
66

7-
Current version 0.1.1
7+
Current version 0.2
88

99
`python3 -m pip install aries_basic_controller`
1010

libs/aries-basic-controller/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def parse_requirements(filename):
2222
if __name__ == "__main__":
2323
setup(
2424
name=PACKAGE_NAME,
25-
version="0.1.1",
25+
version="0.2",
2626
author="Will Abramson",
2727
description="A simple python package for controlling an aries agent through the admin-api interface",
2828
long_description=long_description,

projects/single-agent/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- WALLET_NAME=${AGENT_WALLET_NAME}
2222
- WALLET_TYPE=${WALLET_TYPE}
2323
- WALLET_KEY=${AGENT_WALLET_KEY}
24-
- ACAPY_ADMIN_API_KEY=${AGENT_API_KEY}
24+
- ACAPY_ADMIN_INSECURE_MODE=true
2525
- GENESIS_URL=${GENESIS_URL}
2626
ports:
2727
- ${AGENT_HTTP_PORT}:${AGENT_HTTP_PORT}

0 commit comments

Comments
 (0)