From 95502c30895c346d3084f3a66ca8cdd66497a43f Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Wed, 7 Mar 2012 12:02:05 -0500 Subject: [PATCH] Adding version and author to ansible init. --- lib/ansible/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 578cc1fe6d..edc0ce3ebc 100755 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -14,3 +14,5 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +__version__ = '0.0.1' +__author__ = 'Michael DeHaan'