Skip to content

Commit

Permalink
bump(RELEASE): 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Aug 22, 2024
1 parent 4c176f1 commit f79b589
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 = ['poetry run pre-commit run --hook-stage=manual commitizen-pre-bump --files pyproject.toml -c .cicd-tools/configuration/pre-commit-bootstrap.yaml || true']
version = '0.5.0'
version = '0.6.0'
version_files = ['pyproject.toml:version']
version_provider = 'poetry'

Expand All @@ -16,7 +16,7 @@ description = 'Hooks for CICD-Tools.'
include = ['cicd-tools/**/*']
name = 'cicd-tools-pre-commit'
readme = 'README.md'
version = '0.5.0'
version = '0.6.0'

[tool.poetry.dependencies]
check-jsonschema = '^0.29.1'
Expand Down

0 comments on commit f79b589

Please sign in to comment.