From a24dce78efd67e243db70fbb2a81335afc6a7c4e Mon Sep 17 00:00:00 2001 From: wphyojpl <38299756+wphyojpl@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:14:10 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f81c5dc..b0a2a933 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name="cumulus_lambda_functions", - version="1.6.17", + version="1.6.18", packages=find_packages(), install_requires=install_requires, tests_require=['mock', 'nose', 'sphinx', 'sphinx_rtd_theme', 'coverage'],