summaryrefslogtreecommitdiff
path: root/lib/ansible/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/__init__.py')
-rw-r--r--lib/ansible/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index c4f45e7dd2..0b63d9dcd5 100644
--- a/lib/ansible/__init__.py
+++ b/lib/ansible/__init__.py
@@ -15,3 +15,4 @@
# 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.4.1'
+__author__ = 'Michael DeHaan'