diff --git a/.gitignore b/.gitignore index 0aa11ee..f936565 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ Icon # Intellij .idea/ + +# VSCode +.vscode/ diff --git a/setup.py b/setup.py index 1d8c5d1..2659f1e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ except IOError: setup( name=module_name, - version='0.10.1', + version='0.10.2', url='https://github.com/beelit94/python-terraform', license='MIT', author='Freddy Tan',