From 0115d4b44263ad6dbeeccb2f22635654c7fc03cb Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 30 Nov 2012 22:21:16 -0500 Subject: [PATCH] release process --- lib/ansible/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index dc837a73b98..04a2b516e76 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 . -__version__ = '1.0' +__version__ = '0.9' __author__ = 'Michael DeHaan'