From 1bef31c5e1906102972ad2c2a98702a2edf3bc46 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Mon, 28 Jun 2021 15:20:32 -0500 Subject: [PATCH] chore: bump version Signed-off-by: Daniel Bluhm --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21f243c..a166a2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aries-staticagent" -version = "0.8.0" +version = "0.9.0-pre0" description = "Aries Static Agent library for Python" authors = ["Daniel Bluhm ", "Sam Curren "] maintainers = ["Daniel Bluhm "]