From 0189cd3d0cdef8e6c4e724aa89c09d4c0e238c5c Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 1 Aug 2016 11:55:30 -0400 Subject: [PATCH] Bump version for 3.0.2 --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 81659056aa..bf3f75255c 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -5,7 +5,7 @@ import os import sys import warnings -__version__ = '3.0.1' +__version__ = '3.0.2' __all__ = ['__version__']