diff --git a/VERSION b/VERSION
index be586341736..9e11b32fcaa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3
+0.3.1
diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1
index 8b0bc5f7977..93be1a7cf06 100644
--- a/docs/man/man1/ansible-playbook.1
+++ b/docs/man/man1/ansible-playbook.1
@@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.76.1
.\" Date: 05/01/2012
.\" Manual: System administration commands
-.\" Source: Ansible 0.3
+.\" Source: Ansible 0.3.1
.\" Language: English
.\"
-.TH "ANSIBLE\-PLAYBOOK" "1" "05/01/2012" "Ansible 0\&.3" "System administration commands"
+.TH "ANSIBLE\-PLAYBOOK" "1" "05/01/2012" "Ansible 0\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1
index 6769b59f05b..e235ac6d434 100644
--- a/docs/man/man1/ansible.1
+++ b/docs/man/man1/ansible.1
@@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.76.1
.\" Date: 05/01/2012
.\" Manual: System administration commands
-.\" Source: Ansible 0.3
+.\" Source: Ansible 0.3.1
.\" Language: English
.\"
-.TH "ANSIBLE" "1" "05/01/2012" "Ansible 0\&.3" "System administration commands"
+.TH "ANSIBLE" "1" "05/01/2012" "Ansible 0\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index 2cef9538979..13877388f0b 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.3.1'
__author__ = 'Michael DeHaan'
diff --git a/setup.py b/setup.py
index 7afa0e4440e..5a8875902aa 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(name='ansible',
author=__author__,
author_email='michael.dehaan@gmail.com',
url='http://ansible.github.com/',
- license='GPLv3',
+ license='GPLv3+',
install_requires=['paramiko', 'jinja2', "PyYAML"],
package_dir={ 'ansible': 'lib/ansible' },
packages=[