Skip to content

Commit

Permalink
Merge pull request #55 from wayfair-incubator/bump_version_to_0.2.6
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
patkivikram authored Oct 30, 2023
2 parents 5564bcf + 6753549 commit 6817a73
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.5
current_version = 0.2.6
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.5"
__version__ = "0.2.6"
__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.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)
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.5
version = 0.2.6
description = Workflow Engine.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 6817a73

Please sign in to comment.