We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8dde7 commit ce788acCopy full SHA for ce788ac
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.10.0
+current_version = 0.10.1
3
commit = True
4
tag = False
5
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name=module_name,
23
- version='0.10.0',
+ version='0.10.1',
24
url='https://github.com/beelit94/python-terraform',
25
license='MIT',
26
author='Freddy Tan',
0 commit comments