From 1f1067e1394041a4bde7e4424c1d5c5be53fdda8 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 17 Apr 2023 18:24:15 +0000 Subject: [PATCH] bump pyproject version to 0.0.17 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a72d5bce..3b454475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "botc-json2pdf" -version = "0.0.16" +version = "0.0.17" description = "" authors = ["Chisel "] readme = "README.md"