diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2012-03-07 18:02:05 +0100 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2012-03-07 18:02:05 +0100 |
commit | 95502c30895c346d3084f3a66ca8cdd66497a43f (patch) | |
tree | e642fad328a95a1154f81e56af7327f38c803a29 /lib | |
parent | src= parameters for template and copy operations can be relative to the playb... (diff) | |
download | ansible-95502c30895c346d3084f3a66ca8cdd66497a43f.tar.xz ansible-95502c30895c346d3084f3a66ca8cdd66497a43f.zip |
Adding version and author to ansible init.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/ansible/__init__.py | 2 |
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' |