From 495115af6a37fe1d1bcb5809f709863fae5237f1 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 21 Jul 2016 10:51:44 -0400 Subject: [PATCH] Bump version number for 3.0.1 release --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index c8081e8794..81659056aa 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.0.1' __all__ = ['__version__']