From e71b342bd780c7b8d7627d6e3469cda0c9ed8cd5 Mon Sep 17 00:00:00 2001 From: Timothe Jost <timothe.jost@wanadoo.fr> Date: Mon, 3 Jun 2024 14:25:09 +0200 Subject: [PATCH] bump version --- 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 17aaf53..2c06cdc 100644 --- a/src/pypelines/__init__.py +++ b/src/pypelines/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.63" +__version__ = "0.0.65" from . import loggs from .pipes import * -- GitLab