From c0de66d2bbe016434d1bedf669bf9ab803c6eab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20=20JOST-MOUSSEAU?= <timothe.jost-mousseau@pasteur.fr> Date: Tue, 19 Mar 2024 10:37:27 +0100 Subject: [PATCH] Update __init__.py --- src/pypelines/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pypelines/__init__.py b/src/pypelines/__init__.py index 41a8598..6af2568 100644 --- a/src/pypelines/__init__.py +++ b/src/pypelines/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.27" +__version__ = "0.0.28" from . import loggs from .pipes import * -- GitLab