diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 620fdc6..62c403d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.3 +current_version = 0.2.4 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 f04810d..76fec0c 100644 --- a/dagger/__init__.py +++ b/dagger/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.2.3" +__version__ = "0.2.4" __author__ = "Vikram Patki " __all__ = [] # type: ignore diff --git a/docs/index.md b/docs/index.md index 29aa25e..05936b4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Dagger - 0.2.3 +# Dagger - 0.2.4 ![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 12a23dd..e5cd380 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.3 +version = 0.2.4 description = Workflow Engine. long_description = file: README.md long_description_content_type = text/markdown