diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9f6c1dee..eb9bbab0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.1 +current_version = 0.11.0 commit = True tag = True search = {current_version} diff --git a/ansible_rulebook/__init__.py b/ansible_rulebook/__init__.py index 3808dd09..20b6b285 100644 --- a/ansible_rulebook/__init__.py +++ b/ansible_rulebook/__init__.py @@ -14,4 +14,4 @@ """Top-level package for Ansible Events.""" -__version__ = "__version__ = '0.10.1'" +__version__ = "__version__ = '0.11.0'" diff --git a/setup.cfg b/setup.cfg index 681ed041..90540d04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ansible_rulebook -version = 0.10.1 +version = 0.11.0 description = Event driven automation for Ansible url = https://github.com/ansible/ansible-rulebook license = Apache-2.0