Bump version: 0.8.1 → 0.8.2
This commit is contained in:
parent
37e347b80c
commit
9775a03d7b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.8.1
|
||||
current_version = 0.8.2
|
||||
commit = True
|
||||
tag = False
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ except IOError:
|
|||
|
||||
setup(
|
||||
name=module_name,
|
||||
version='0.8.1',
|
||||
version='0.8.2',
|
||||
url='https://github.com/beelit94/python-terraform',
|
||||
license='MIT',
|
||||
author='Freddy Tan',
|
||||
|
|
Loading…
Reference in a new issue