From 9d5df8c980b29fead62d2b3b871311ae27863036 Mon Sep 17 00:00:00 2001 From: Timothe Jost <timothe.jost@wanadoo.fr> Date: Thu, 15 May 2025 19:28:38 +0200 Subject: [PATCH] adding codecov badge --- README.md | 2 +- src/pypelines/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ed8f26..91e934e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@  [](https://pypi.org/project/processing-pypelines/) - +[](https://codecov.io/gh/JostTim/pypelines) [](https://pdm-project.org) ## Installation diff --git a/src/pypelines/__init__.py b/src/pypelines/__init__.py index 3f8813e..ee9dcc6 100644 --- a/src/pypelines/__init__.py +++ b/src/pypelines/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.87" +__version__ = "0.0.88" from . import loggs from .pipes import * -- GitLab