diff --git a/setup.py b/setup.py index 83ba756..9d6d755 100644 --- a/setup.py +++ b/setup.py @@ -22,14 +22,14 @@ setup( name='clc-ansible-module', - version='1.1.18', + version='1.1.19', description='Centurylink Cloud Ansible Modules', author='CenturyLink Cloud', author_email='WFAAS-LLFT@centurylink.com', url='https://github.com/CenturylinkCloud/clc-ansible-module', download_url='https://github.com/CenturylinkCloud/clc-ansible-module.git', install_requires=[ - 'ansible==2.0.2.0', + 'ansible', 'clc-sdk==2.44', 'future', 'mock',