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