From bdbd479d642e339adc9d8cd6be0fa24210edb099 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Mon, 25 Sep 2023 20:57:43 -0400 Subject: [PATCH] chore: bump version for 0.1.3a0 Signed-off-by: Daniel Bluhm --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6685dfb..d644d4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "proxy-mediator" -version = "0.1.2" +version = "0.1.3a0" description = "Mediator service used to enable cloud agents to run behind a firewall" authors = ["Daniel Bluhm ", "Char Howland "] license = "Apache-2.0"