From 3e484024b95c1d3616e6df0949f892fcd20c7546 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Sun, 14 Apr 2024 18:34:44 -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 a2d13c2..f298b43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "keymap-drawer" -version = "0.15.0" +version = "0.16.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"]