Bump version: 0.8.4 → 0.8.5

This commit is contained in:
beelit94 2017-05-12 01:29:04 +08:00
parent 800e6657f2
commit 540cedaed4
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.8.4 current_version = 0.8.5
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.4', version='0.8.5',
url='https://github.com/beelit94/python-terraform', url='https://github.com/beelit94/python-terraform',
license='MIT', license='MIT',
author='Freddy Tan', author='Freddy Tan',