diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 11a35b1f..620e041c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = False tag = False search = {current_version} diff --git a/ansible_rulebook/__init__.py b/ansible_rulebook/__init__.py index c8507d37..8b8624c6 100644 --- a/ansible_rulebook/__init__.py +++ b/ansible_rulebook/__init__.py @@ -16,7 +16,7 @@ import yaml -__version__ = "1.1.1" +__version__ = "1.1.2" def construct_vault_encrypted_unicode(loader, node): diff --git a/setup.cfg b/setup.cfg index c0b3a1cd..79cd4123 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ansible_rulebook -version = 1.1.1 +version = 1.1.2 description = Event driven automation for Ansible url = https://github.com/ansible/ansible-rulebook license = Apache-2.0