Skip to content

Commit 079e337

Browse files
committed
merge with master
2 parents 6caa686 + 814d109 commit 079e337

18 files changed

+4
-5
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.2
7+
Current version 0.3
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.2",
25+
version="0.3",
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,

scripts/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if [ $MULTITENANT_TUTORIAL == MULTITENANT_TUTORIAL ]; then
1+
if [ "$MULTITENANT_TUTORIAL" == "MULTITENANT_TUTORIAL" ]; then
22
echo $MULTITENANT_TUTORIAL
33
python3 ./scripts/parse_yml_env_variables.py -c ./configuration/aries-args-multitenant.yaml;aca-py start --arg-file /tmp/agent_conf.yml
44
else

tutorials/5. OM FoPC Course: Public Key Infrastructures/docker-compose.yml renamed to tutorials/5. OM FoPC Course - Public Key Infrastructures/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ services:
104104
ports:
105105
- "8888:8888"
106106
- ${OM_AUTHORITY_WEBHOOK_PORT}:${OM_AUTHORITY_WEBHOOK_PORT}
107-
108107
ngrok-datascientist:
109108
image: wernight/ngrok
110109
command: ngrok http datascientist-agent:${DATASCIENTIST_HTTP_PORT} --log stdout

0 commit comments

Comments
 (0)