From d186f747c5037f7249675496d91075312c851cd7 Mon Sep 17 00:00:00 2001 From: ff137 Date: Wed, 18 Oct 2023 16:27:18 +0200 Subject: [PATCH] 0.9.0-beta12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e191bcb..31cac4ad 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def parse_requirements(filename: str): if __name__ == "__main__": setup( name=PACKAGE_NAME, - version="0.9.0-beta11", + version="0.9.0-beta12", description="A simple python package for controlling an aries agent through the admin-api interface", long_description=long_description, long_description_content_type="text/markdown",