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

merge-requests/1/head
Spike 5 years ago
parent bcc1321563
commit 89914bbbd8

3
.gitignore vendored

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

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

Loading…
Cancel
Save