From e6f7c44d6ab0e3b63fa3428b561958cb8130ab50 Mon Sep 17 00:00:00 2001 From: Version Auto Bump Date: Wed, 29 Mar 2023 19:50:07 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 187dcff0d..30a8b75d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "iambic-core" packages = [ { include="iambic", from="." }, ] -version = "0.1.182" +version = "0.1.183" license = "Apache-2.0" description = "The python package used to generate, parse, and execute noqform yaml templates." authors = ["Noq Software "]