From f9acf003649868c56b06de7924c2b343178686dc Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Thu, 28 Nov 2024 11:19:09 +0000 Subject: [PATCH] Release 1.1.0 [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c440347..d251007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gira" -version = "1.0.8" +version = "1.1.0" requires-python = ">=3.8" description = "GIRA places JIRA tickets from your dependencies into your commit message" readme = "README.md"