From 9248975ecc093380043c655e302db27a25745d38 Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Wed, 11 Oct 2023 12:21:04 +0200 Subject: [PATCH] v3 Signed-off-by: Alexey Gladkov --- jiramail/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jiramail/__init__.py b/jiramail/__init__.py index e09d3fa..183fa74 100644 --- a/jiramail/__init__.py +++ b/jiramail/__init__.py @@ -18,7 +18,7 @@ import jira -__VERSION__ = '1' +__VERSION__ = '3' EX_SUCCESS = 0 # Successful exit status. EX_FAILURE = 1 # Failing exit status.