From 8b37068291ddf9e4de5f31c80811d48e17d6d454 Mon Sep 17 00:00:00 2001 From: Vikram Patki Date: Tue, 6 Jun 2023 10:35:45 -0400 Subject: [PATCH] updating versions --- .bumpversion.cfg | 2 +- dagger/__init__.py | 2 +- docs/index.md | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1e402df..620fdc6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 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 6f854e6..f04810d 100644 --- a/dagger/__init__.py +++ b/dagger/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.2.2" +__version__ = "0.2.3" __author__ = "Vikram Patki " __all__ = [] # type: ignore diff --git a/docs/index.md b/docs/index.md index 7b55b30..29aa25e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Dagger - 0.2.2 +# Dagger - 0.2.3 ![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 5ee06eb..12a23dd 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.2 +version = 0.2.3 description = Workflow Engine. long_description = file: README.md long_description_content_type = text/markdown