summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-11-30 22:21:16 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2012-11-30 22:21:16 -0500
commit0115d4b44263ad6dbeeccb2f22635654c7fc03cb (patch)
tree2974212d815a7880e2092e3d5fd52438ea8f30f2
parent75cf4e598a57678ae903f97a6ba9593b16cee8cf (diff)
downloadansible-release0.9.tar.gz
release processv0.9release0.9
-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'