From aaabc1ccfea30207dca324212bbcc09f841e5ee9 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Mon, 30 Jan 2023 17:08:31 -0800 Subject: [PATCH] chore: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a50cf9..a7c2249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "keymap-drawer" -version = "0.1.1" +version = "0.1.2" description = "A module and CLI tool to help parse and draw keyboard layouts." authors = ["Cem Aksoylar "] readme = ["README.md", "KEYMAP_SPEC.md"]