Skip to content

Commit

Permalink
bump(RELEASE): 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Mar 6, 2024
1 parent 80890b2 commit ca9dbd5
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.3.0'
version = '0.4.0'
version_files = ['pyproject.toml:version']
version_provider = 'poetry'

Expand All @@ -15,7 +15,7 @@ authors = ['Niall Byrne <[email protected]>']
description = 'Hooks for CICD-Tools.'
name = 'cicd-tools-pre-commit'
readme = 'README.md'
version = '0.3.0'
version = '0.4.0'

[tool.poetry.dependencies]
python = '^3.9'
Expand Down

0 comments on commit ca9dbd5

Please sign in to comment.