From 28f200eeff202378a12fa1db5ebbe662b147a63c Mon Sep 17 00:00:00 2001 From: Version Auto Bump Date: Wed, 3 May 2023 02:20:05 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 712c87366..5a0e19236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "iambic-core" packages = [ { include="iambic", from="." }, ] -version = "0.5.1" +version = "0.5.2" license = "Apache-2.0" description = "The python package used to generate, parse, and execute noqform yaml templates." authors = ["Noq Software "]