From 4152e756d422d00fcdfc5a07e23aff2e5df8f4ea Mon Sep 17 00:00:00 2001 From: Cielquan Date: Fri, 22 May 2020 16:19:50 +0200 Subject: [PATCH] bump ver to 0.6.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ee3344..f8d6d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ # -- POETRY CONFIG --------------------------------------------------------------------- [tool.poetry] name = "commit-msg-jira-hook" - version = "0.6.0" + version = "0.6.1" description = "commit-msg hook for jira issue verification with pre-commit." authors = ["Cielquan "] license = "GPL-3.0-or-later"