From bb9d1512ff29490f4a6a3197be54a34f735f77ec Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Mon, 7 Oct 2019 15:16:29 -0400 Subject: [PATCH] bump version for 2.2.2 release --- pytest_ansible/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_ansible/__init__.py b/pytest_ansible/__init__.py index 2fbdcaf6..b198decf 100644 --- a/pytest_ansible/__init__.py +++ b/pytest_ansible/__init__.py @@ -1,5 +1,5 @@ """The pytest-ansible initialization.""" -__version__ = "2.0.1" +__version__ = "2.2.2" __author__ = "James Laska" __author_email__ = ""