File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.5
2+ current_version = 0.2.6
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre_release>[a-z]+))?
Original file line number Diff line number Diff line change 1- __version__ = "0.2.5 "
1+ __version__ = "0.2.6 "
22__author__ = "Vikram Patki <vpatki@wayfair.com>"
33__all__ = [] # type: ignore
Original file line number Diff line number Diff line change 1- # Dagger - 0.2.5
1+ # Dagger - 0.2.6
22
33![ CI pipeline status] ( https://github.com/wayfair-incubator/dagger/workflows/CI/badge.svg?branch=main )
44![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = wf-dagger
33url = https://github.com/wayfair-incubator/dagger
44author = Vikram Patki, Aditya Vaderiyettil
55author_email = vpatki@wayfair.com
6- version = 0.2.5
6+ version = 0.2.6
77description = Workflow Engine.
88long_description = file: README.md
99long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments