diff --git a/galaxy.yml b/galaxy.yml index cb3ba77..11ecb8c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: osx_provisioner name: collection -version: "2.0.1" +version: "2.1.0" readme: README.md authors: diff --git a/pyproject.toml b/pyproject.toml index e3e501f..9a7477e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = ['poetry-core>=1.0.0'] [tool.commitizen] bump_message = 'bump(RELEASE): $current_version → $new_version' pre_bump_hooks = ['.cicd-tools/boxes/bootstrap/commitizen/pre_bump.sh'] -version = '2.0.1' +version = '2.1.0' version_files = ['galaxy.yml:version', 'pyproject.toml:version'] version_provider = 'poetry' @@ -14,7 +14,7 @@ version_provider = 'poetry' authors = ['Niall Byrne '] description = 'A collection of OSX automation tools for Ansible.' name = 'collection' -version = '2.0.1' +version = '2.1.0' [tool.poetry.dependencies] python = '^3.9'