Bumping version, adding vscode to .gitignore. Prepping for release of 0.10.2

This commit is contained in:
Spike 2019-08-16 17:52:07 -07:00
parent bcc1321563
commit 89914bbbd8
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -17,3 +17,6 @@ Icon
# Intellij
.idea/
# VSCode
.vscode/

View file

@ -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',