From 9775a03d7b35288c8e32f44494819a38afeb423d Mon Sep 17 00:00:00 2001 From: beelit94 Date: Wed, 4 Jan 2017 15:27:35 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5a1db7c..785aeda 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 commit = True tag = False diff --git a/setup.py b/setup.py index 68a5a92..08d40ab 100644 --- a/setup.py +++ b/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',