From 4bb7c10c6e3d206cd2c174d092e79a211de00ed0 Mon Sep 17 00:00:00 2001 From: Oguzhan Yilmaz Date: Mon, 15 Jul 2024 19:14:28 +0300 Subject: [PATCH] bump project version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0934a5f..186d18e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "aws_jmespath_utils" -version = "0.2.2" -description = "jmespath custom functions for filtering AWS resources by tag" +version = "1.0.0" +description = "jmespath custom functions for filtering and excluding AWS resources by tag" authors = ["Oguzhan Yilmaz "] readme = "README.md" packages = [{include = "aws_jmespath_utils"}]