From 6f68624a7540ee51316651bda656894dc14c9a3e Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Sat, 6 Jan 2024 14:33:30 +0300 Subject: [PATCH] release 0.1.21 --- gixy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gixy/__init__.py b/gixy/__init__.py index 4cf5b21..97780ca 100644 --- a/gixy/__init__.py +++ b/gixy/__init__.py @@ -2,4 +2,4 @@ from gixy.core import severity -version = '0.1.20' +version = '0.1.21'