Skip to content

Commit 6817a73

Browse files
authored
Merge pull request #55 from wayfair-incubator/bump_version_to_0.2.6
update version
2 parents 5564bcf + 6753549 commit 6817a73

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.5
2+
current_version = 0.2.6
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre_release>[a-z]+))?

dagger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.2.5"
1+
__version__ = "0.2.6"
22
__author__ = "Vikram Patki <vpatki@wayfair.com>"
33
__all__ = [] # type: ignore

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = wf-dagger
33
url = https://github.com/wayfair-incubator/dagger
44
author = Vikram Patki, Aditya Vaderiyettil
55
author_email = vpatki@wayfair.com
6-
version = 0.2.5
6+
version = 0.2.6
77
description = Workflow Engine.
88
long_description = file: README.md
99
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)