From 355bcdf9ebe13180eda193adc0c54d82e509e6c3 Mon Sep 17 00:00:00 2001 From: Timothe Jost <timothe.jost@wanadoo.fr> Date: Thu, 15 May 2025 19:33:03 +0200 Subject: [PATCH] adding tests badge for last version --- README.md | 1 + src/pypelines/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91e934e..a705527 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@  [](https://pypi.org/project/processing-pypelines/) +[](https://github.com/JostTim/pypelines/actions/workflows/test.yml/) [](https://codecov.io/gh/JostTim/pypelines) [](https://pdm-project.org) diff --git a/src/pypelines/__init__.py b/src/pypelines/__init__.py index ee9dcc6..b30bfd2 100644 --- a/src/pypelines/__init__.py +++ b/src/pypelines/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.88" +__version__ = "0.0.89" from . import loggs from .pipes import * -- GitLab