From 57f45649f512df3302d4185ecf1ec25226006336 Mon Sep 17 00:00:00 2001 From: Scott Piper <0xdabbad00@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:38:00 -0600 Subject: [PATCH] Bump version --- parliament/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parliament/__init__.py b/parliament/__init__.py index c4cc711..5366ef6 100644 --- a/parliament/__init__.py +++ b/parliament/__init__.py @@ -1,7 +1,7 @@ """ This library is a linter for AWS IAM policies. """ -__version__ = "1.6.1" +__version__ = "1.6.2" import fnmatch import functools