From bbc84568a7833a2cb62bcc3e37fe9b5e4831e683 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 20 May 2016 16:46:41 -0400 Subject: [PATCH] Update version to 3.1 --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index c8081e8794..45abf0e7fa 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -5,7 +5,7 @@ import os import sys import warnings -__version__ = '3.0.0' +__version__ = '3.1.0' __all__ = ['__version__']