diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b07ae6b..e3fff5a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 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 8ef3462..01fc7df 100644 --- a/dagger/__init__.py +++ b/dagger/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.2.5" +__version__ = "0.2.6" __author__ = "Vikram Patki " __all__ = [] # type: ignore diff --git a/docs/index.md b/docs/index.md index 7fd7185..9d67f86 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Dagger - 0.2.5 +# Dagger - 0.2.6 ![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 415022f..c108b19 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.5 +version = 0.2.6 description = Workflow Engine. long_description = file: README.md long_description_content_type = text/markdown