Skip to content

Commit

Permalink
Merge pull request #47 from wayfair-incubator/bump_version_to_0.2.3
Browse files Browse the repository at this point in the history
updating versions
  • Loading branch information
patkivikram authored Jun 6, 2023
2 parents 2060887 + 8b37068 commit 275530d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre_release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion dagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.2.2"
__version__ = "0.2.3"
__author__ = "Vikram Patki <[email protected]>"
__all__ = [] # type: ignore
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = wf-dagger
url = https://github.com/wayfair-incubator/dagger
author = Vikram Patki, Aditya Vaderiyettil
author_email = [email protected]
version = 0.2.2
version = 0.2.3
description = Workflow Engine.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 275530d

Please sign in to comment.