diff --git a/README.md b/README.md index 0ed8f261906b68f00b8717a925f138440f3f6600..91e934eb410abe3fdf6e68b79eec5a5b9e26b880 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 3f8813e81987bbf49c6b86f44823917ac48d6477..ee9dcc69d3d5e91a43066bb88fb7d96c043b4b48 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 *