From 2dcd1535b0730912f99f23143e04e3e936d3ddf9 Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Fri, 22 Dec 2023 10:32:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2fa7db..fccf6c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kwbar" -version = "0.1.1a17" +version = "0.1.1a18" description = "Print kwargs as a bar chart." authors = ["John Pocock "] license = "MIT"