summaryrefslogtreecommitdiff
path: root/lib/ansible/__init__.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-11-30 22:06:25 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2012-11-30 22:06:25 -0500
commit5890a2a9da6ee6628fbbc031ca4dafb0adcd4fb4 (patch)
tree6f3f8d58c434094947dc616f6510515adc8b8a01 /lib/ansible/__init__.py
parent9afb7c1ed080d10cb83a90f40c880ffd6cf088c9 (diff)
downloadansible-5890a2a9da6ee6628fbbc031ca4dafb0adcd4fb4.tar.gz
Release stuff
Diffstat (limited to 'lib/ansible/__init__.py')
-rw-r--r--lib/ansible/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index dc837a73b9..04a2b516e7 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 <http://www.gnu.org/licenses/>.
-__version__ = '1.0'
+__version__ = '0.9'
__author__ = 'Michael DeHaan'