Skip to content

Commit 2940016

Browse files
committed
chore: update version to 0.5.2
Signed-off-by: Timo Glastra <timo@animo.id>
1 parent aa79b84 commit 2940016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Each Cloud Controller version maps to a specific ACA-Py version, which is outlin
4343

4444
| Aries Cloud Controller Version | Aries Cloud Agent Python Version |
4545
| ------------------------------ | -------------------------------- |
46-
| 0.5.1 | 0.7.3 |
46+
| 0.5.1-0.5.2 | 0.7.3 |
4747

4848
## Features
4949

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def parse_requirements(filename: str):
1818
if __name__ == "__main__":
1919
setup(
2020
name=PACKAGE_NAME,
21-
version="0.5.2b1",
21+
version="0.5.2",
2222
description="A simple python package for controlling an aries agent through the admin-api interface",
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)