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