From da5e648e3f1a5c023ace20c1af5ceb6e904cd88e Mon Sep 17 00:00:00 2001 From: Raquel Alegre Date: Fri, 11 Aug 2017 19:00:22 +0100 Subject: [PATCH] Move version up. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 988cc76..a09f83b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ except IOError: setup( name=module_name, - version='0.8.6', + version='0.8.7', url='https://github.com/beelit94/python-terraform', license='MIT', author='Freddy Tan',