From 608a2e18caf41b4371400361536082b433465018 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Fri, 20 Oct 2023 12:02:41 -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 3bb8973..3c04f32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "keymap-drawer" -version = "0.11.0" +version = "0.12.0" description = "A module and CLI tool to help parse and draw keyboard layouts." authors = ["Cem Aksoylar "] readme = ["README.md", "KEYMAP_SPEC.md"]