From 28e111d23d09d5e22c8ebe4b80971677b26a86a0 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Mon, 6 Feb 2023 14:03:08 -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 76cf2cb..5e75a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "keymap-drawer" -version = "0.1.3" +version = "0.2.0" description = "A module and CLI tool to help parse and draw keyboard layouts." authors = ["Cem Aksoylar "] readme = ["README.md", "KEYMAP_SPEC.md"]