From 1e36c670e5321cd2461dd745034fa16374857f7a Mon Sep 17 00:00:00 2001 From: James Laska Date: Wed, 3 Sep 2014 19:41:22 -0400 Subject: [PATCH] Update version --- awx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/__init__.py b/awx/__init__.py index 974a7942a3..2f3e46ecec 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -1,7 +1,7 @@ # Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. -__version__ = '2.0.0-0' +__version__ = '2.1.0-l' import os import sys