From 4adb8435c0dac0676bf3b4d37fcb9cad508f46c4 Mon Sep 17 00:00:00 2001 From: Danila Vershinin Date: Sun, 14 Jan 2024 11:06:57 +0700 Subject: [PATCH] Update version in gixy/__init__.py The version number in gixy/__init__.py has been increased from '0.1.23' to '0.1.24', marking a new iteration of the package. This version number increment indicates the implementation of some changes or improvements in the software. --- gixy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gixy/__init__.py b/gixy/__init__.py index eb9791e..282e31b 100644 --- a/gixy/__init__.py +++ b/gixy/__init__.py @@ -2,4 +2,4 @@ from gixy.core import severity -version = '0.1.23' +version = '0.1.24'