From 2f5fbd36d530b4b1784069eae31c6bd9a6c71260 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Sat, 5 Nov 2022 10:42:44 -0700 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 023db818..5d1ba28e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools PACKAGE_NAME = 'onelogin_aws_cli' -VERSION = '0.1.17' +VERSION = '0.1.18' setuptools.setup( name=PACKAGE_NAME,