diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 62c403d..b07ae6b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/dagger/__init__.py b/dagger/__init__.py index 76fec0c..8ef3462 100644 --- a/dagger/__init__.py +++ b/dagger/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.2.4" +__version__ = "0.2.5" __author__ = "Vikram Patki " __all__ = [] # type: ignore diff --git a/docs/index.md b/docs/index.md index 05936b4..7fd7185 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Dagger - 0.2.4 +# Dagger - 0.2.5 ![CI pipeline status](https://github.com/wayfair-incubator/dagger/workflows/CI/badge.svg?branch=main) ![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg) diff --git a/setup.cfg b/setup.cfg index e5cd380..415022f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = wf-dagger url = https://github.com/wayfair-incubator/dagger author = Vikram Patki, Aditya Vaderiyettil author_email = vpatki@wayfair.com -version = 0.2.4 +version = 0.2.5 description = Workflow Engine. long_description = file: README.md long_description_content_type = text/markdown