diff --git a/pipen/version.py b/pipen/version.py index a800a922..122f8b6e 100644 --- a/pipen/version.py +++ b/pipen/version.py @@ -1,3 +1,3 @@ """Provide version of pipen""" -__version__ = "0.15.0rc3" +__version__ = "0.15.0" diff --git a/pyproject.toml b/pyproject.toml index f964a7ed..e3d03f19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "pipen" -version = "0.15.0rc3" +version = "0.15.0" description = "A pipeline framework for python" authors = [ "pwwang ",] license = "MIT"