From 5150d83d01166b498af050c6806b83c94ed5e906 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 6 Apr 2015 12:15:07 -0500 Subject: [PATCH] Fixing the version in lib/ --- lib/ansible/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 27e79a41cad..200ecb79e36 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -14,5 +14,5 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -__version__ = '1.9' +__version__ = '2.0' __author__ = 'Michael DeHaan'