From fbba94516110b4d6ceede1ff431aa44254fc5d30 Mon Sep 17 00:00:00 2001 From: scott-es <59706011+scott-es@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:29:55 -0400 Subject: [PATCH] chore: bump version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c53c108..9011ca9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snyk-tags" -version = "2.2.3" +version = "2.2.4" description = "CLI tool designed to manage tags and attributes at scale" authors = ["EricFernandezSnyk "] license = "MIT"