From 437f372fa33c9b76747ec2e589b02b9f51b1502b Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 25 Jun 2021 17:06:41 +0200 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91c3329..b6569a9 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ except IOError: setup( name=module_name, - version="1.0.1", + version="1.0.2-dev", url="https://github.com/DomainDrivenArchitecture/python-terraform", license="MIT", author="Freddy Tan",