From 35b52fdbe89c079e7e7a8c830870a07be36c1579 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 28 Jan 2022 09:26:05 +0100 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4589084..8f92acd 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ except IOError: setup( name=module_name, - version="1.0.3", + version="1.0.4-dev", url="https://github.com/DomainDrivenArchitecture/python-terraform", license="MIT", author="Freddy Tan",