Skip to content

Commit 0466be4

Browse files
committed
bumb version
1 parent cd38ee3 commit 0466be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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,

0 commit comments

Comments
 (0)