diff --git a/pypeln/__init__.py b/pypeln/__init__.py index 221e737..2f39a8f 100644 --- a/pypeln/__init__.py +++ b/pypeln/__init__.py @@ -8,4 +8,4 @@ from .utils import BaseStage -__version__ = "0.4.6" +__version__ = "0.4.7" diff --git a/pyproject.toml b/pyproject.toml index 9cebe5d..ed79e94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pypeln" -version = "0.4.6" +version = "0.4.7" description = "" authors = ["Cristian Garcia "] license = "MIT"