From ffb06c9723b4317735b7fb555fa4629e6a6287a4 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Sun, 29 Sep 2024 22:50:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A1=20Release=200.13.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lamin_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamin_utils/__init__.py b/lamin_utils/__init__.py index c916b7a..61268ff 100644 --- a/lamin_utils/__init__.py +++ b/lamin_utils/__init__.py @@ -1,6 +1,6 @@ """Lamin Utils.""" -__version__ = "0.13.5" +__version__ = "0.13.6" from ._core import colors from ._logger import logger