From 6f6c11a52be88ee0afbf4941465b729c627bf5ae Mon Sep 17 00:00:00 2001 From: keryc Diaz Date: Fri, 16 Oct 2020 17:49:25 -0500 Subject: [PATCH] update version --- cuenca/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuenca/version.py b/cuenca/version.py index 82aecfd2..9dc288d7 100644 --- a/cuenca/version.py +++ b/cuenca/version.py @@ -1,3 +1,3 @@ -__version__ = '0.3.6' +__version__ = '0.3.6-test-iam' CLIENT_VERSION = __version__ API_VERSION = '2020-03-19'