From 262aeb061737ec8b38c7d95a2d8cff45530afb3d Mon Sep 17 00:00:00 2001 From: Akshay Raj Gollahalli Date: Wed, 15 Nov 2023 11:10:15 +1300 Subject: [PATCH] Bump to 1.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2741b1e..cd9490f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "release-exporter" -version = "1.1.1" +version = "1.1.2" description = "Release exporter for GitHub and GitLab" authors = ["Akshay Raj Gollahalli "] license = "MIT"