summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2012-03-07 12:02:05 -0500
committerTim Bielawa <tbielawa@redhat.com>2012-03-07 12:02:05 -0500
commit95502c30895c346d3084f3a66ca8cdd66497a43f (patch)
treee642fad328a95a1154f81e56af7327f38c803a29
parent8e20ed3714b7a43279ecfd38a7812b28e1533f03 (diff)
downloadansible-95502c30895c346d3084f3a66ca8cdd66497a43f.tar.gz
Adding version and author to ansible init.
-rwxr-xr-xlib/ansible/__init__.py2
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+__version__ = '0.0.1'
+__author__ = 'Michael DeHaan'