summaryrefslogtreecommitdiff
path: root/lib/ansible/__init__.py
diff options
context:
space:
mode:
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 e0cf4dfe2d..bd1e41252c 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.3.0'
+__version__ = '1.3.1'
__author__ = 'Michael DeHaan'