Bump version: 0.8.6 → 0.9.0

This commit is contained in:
beelit94 2017-08-08 15:12:59 -07:00
parent 6d1f1be9ec
commit 2e9c6d3b92
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.8.6 current_version = 0.9.0
commit = True commit = True
tag = False tag = False

View file

@ -20,7 +20,7 @@ except IOError:
setup( setup(
name=module_name, name=module_name,
version='0.8.6', version='0.9.0',
url='https://github.com/beelit94/python-terraform', url='https://github.com/beelit94/python-terraform',
license='MIT', license='MIT',
author='Freddy Tan', author='Freddy Tan',