Bumping version, adding vscode to .gitignore. Prepping for release of 0.10.2
This commit is contained in:
parent
bcc1321563
commit
89914bbbd8
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -17,3 +17,6 @@ Icon
|
|||
|
||||
# Intellij
|
||||
.idea/
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Reference in a new issue