Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
bump(RELEASE): 0.1.6 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jun 30, 2023
1 parent 0ebd629 commit 54c228d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = ['poetry-core']
[tool.commitizen]
bump_message = 'bump(RELEASE): $current_version → $new_version'
pre_bump_hooks = ['.cicd-tools/boxes/bootstrap/commitizen/pre_bump.sh']
version = '0.1.6'
version = '0.2.0'
version_files = ['pyproject.toml:version']
version_provider = 'poetry'

Expand All @@ -16,7 +16,7 @@ description = 'An Ansible role development environment, powered by Molecule.'
license = 'MPL-2'
name = 'ansible-workbench'
readme = 'README.md'
version = '0.1.6'
version = '0.2.0'

[tool.poetry.dependencies]
commitizen = '^3.0.0'
Expand Down

0 comments on commit 54c228d

Please sign in to comment.