Bump version: 0.10.2 → 0.11.0
This commit is contained in:
parent
09120a943b
commit
d83132b61a
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.10.2
|
current_version = 0.11.0
|
||||||
commit = True
|
commit = True
|
||||||
tag = False
|
tag = False
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ except IOError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=module_name,
|
name=module_name,
|
||||||
version="0.10.2",
|
version="0.11.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",
|
||||||
|
|
Loading…
Reference in a new issue