From 4c5744243ae929d6651f56f6d245a361ab3e72b5 Mon Sep 17 00:00:00 2001 From: John Wason Date: Fri, 30 Jun 2023 03:25:37 -0400 Subject: [PATCH] Bump version to 0.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 105189f..0daeaef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "drekar-launch-process" -version = "0.1.2" +version = "0.1.3" authors = [ {name = "John Wason", email = "wason@wasontech.com"} ]