diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 785aeda..d32cfc2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.2 +current_version = 0.8.3 commit = True tag = False diff --git a/setup.py b/setup.py index 7acc100..a3afc73 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ except IOError: setup( name=module_name, - version='0.8.2', + version='0.8.3', url='https://github.com/beelit94/python-terraform', license='MIT', author='Freddy Tan',