From f4f2ca33a242e177f809d6030ce25ada07c4d255 Mon Sep 17 00:00:00 2001 From: PaperMtn Date: Mon, 18 Nov 2024 14:22:04 +0000 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c42b318..fce5be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab-watchman" -version = "3.0.0" +version = "3.1.0" description = "Finding exposed secrets and personal data in GitLab" authors = ["PaperMtn "] license = "GPL-3.0"