We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd38ee3 commit 0466be4Copy full SHA for 0466be4
libs/aries-basic-controller/README.md
@@ -4,7 +4,7 @@ A simple pip installable package for controlling aries agents through admin API
4
5
# Install
6
7
-Current version 0.2
+Current version 0.3
8
9
`python3 -m pip install aries_basic_controller`
10
libs/aries-basic-controller/setup.py
@@ -22,7 +22,7 @@ def parse_requirements(filename):
22
if __name__ == "__main__":
23
setup(
24
name=PACKAGE_NAME,
25
- version="0.2",
+ version="0.3",
26
author="Will Abramson",
27
description="A simple python package for controlling an aries agent through the admin-api interface",
28
long_description=long_description,
0 commit comments