From a7d474340f4a13e2ce82115d2f77e328af0c89b0 Mon Sep 17 00:00:00 2001 From: John Wason Date: Thu, 1 Jun 2023 17:56:50 -0400 Subject: [PATCH] Bump version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e24b6a5..6d0115a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "simple-launch" -version = "0.1.0" +version = "0.1.1" authors = [ {name = "John Wason", email = "wason@wasontech.com"} ]