From c65c00cb34ec0a4cbe6da2ab492f943e4f193337 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Sat, 1 Dec 2012 16:37:10 +0100 Subject: [PATCH] Updated ansible version to align with RPM package --- 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 04a2b516e76..dc837a73b98 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__ = '0.9' +__version__ = '1.0' __author__ = 'Michael DeHaan'