From f63ccf49bae1df2f58d3f6bab8a0fc13faf6c981 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Sat, 23 Mar 2024 11:55:01 -0700 Subject: [PATCH] chore: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbf20b9..b6bea91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "keymap-drawer" -version = "0.13.4" +version = "0.14.0" description = "A module and CLI tool to help parse and draw keyboard layouts." authors = ["Cem Aksoylar "] readme = ["README.md", "KEYMAP_SPEC.md", "CONFIGURATION.md"]