Skip to content

Commit

Permalink
Merge pull request #37 from wayfair-incubator/bump_version_to_0.2.0
Browse files Browse the repository at this point in the history
updating version
  • Loading branch information
patkivikram committed Apr 3, 2023
2 parents edc79a6 + dcbf825 commit e1d0284
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.1.9
current_version = 0.2.0
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.1.9"
__version__ = "0.2.0"
__author__ = "Vikram Patki <vpatki@wayfair.com>"
__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.1.9
# Dagger - 0.2.0

![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 = vpatki@wayfair.com
version = 0.1.9
version = 0.2.0
description = Workflow Engine.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit e1d0284

Please sign in to comment.