From f6c116a81fc19ed1470901b153a72b411b0e8cef Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 6 Apr 2015 18:30:38 -0500 Subject: [PATCH] Updating version to contain the full major/release --- 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 200ecb79e36..ba5ca83b723 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__ = '2.0' +__version__ = '2.0.0' __author__ = 'Michael DeHaan'