From c59c891262bf4146a720b59b87d87dfba77b0324 Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Mon, 11 Sep 2023 11:46:46 +0200
Subject: [PATCH] chg: [pyproject] updated
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 9c61d9c..1b2f9e6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "git-vuln-finder"
-version = "1.1"
+version = "1.2"
description = "Finding potential software vulnerabilities from git commit messages."
authors = [
"Alexandre Dulaunoy "