From a81fd4204bfd6c5511a0f2d02fde2dbdfb914656 Mon Sep 17 00:00:00 2001 From: Joel Klimont Date: Fri, 1 Oct 2021 00:33:45 +0200 Subject: [PATCH] fixed version number in package init --- compLib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compLib/__init__.py b/compLib/__init__.py index 827f85b..6cd4f2a 100644 --- a/compLib/__init__.py +++ b/compLib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.5-1" +__version__ = "0.2.1-0" import importlib import compLib.LogstashLogging