From 6cae43dcfa1a6e9d7b8cb1e3644b8b58114345e8 Mon Sep 17 00:00:00 2001 From: Jon Chen Date: Thu, 12 Oct 2023 02:01:55 +0800 Subject: [PATCH] bump version to 1.17.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4dde156c..c3fa4b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "solutions-builder" -version = "1.17.14" +version = "1.17.15" description = "A solution framework to generate a project with built-in structure and modules" authors = ["Jon Chen "] license = "Apache"