From 7de90c4e6457433297787abe0c1e5bd485185db3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 23 Apr 2012 21:14:48 -0400 Subject: Version bump for integration branch (soon to be renamed 'devel'), didn't update package changelogs yet since this isn't released yet (but 0.3 is) --- lib/ansible/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ansible/__init__.py') diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 2cef953897..f927a1fd18 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__ = '0.3' +__version__ = '0.4' __author__ = 'Michael DeHaan' -- cgit v1.2.1