We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f993b7 commit 0dbdc39Copy full SHA for 0dbdc39
2 files changed
pipen_cli_run/version.py
@@ -1,3 +1,3 @@
1
"""Provides version"""
2
3
-__version__ = "0.14.0"
+__version__ = "0.14.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipen-cli-run"
-version = "0.14.0"
+version = "0.14.1"
4
description = "A pipen cli plugin to run a process or a pipeline"
5
authors = ["pwwang <pwwang@pwwang.com>"]
6
license = "MIT"
0 commit comments