From 68e709b5584a229df45c3897bbd3304c09d07783 Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Tue, 7 Jan 2020 11:37:08 +0100
Subject: [PATCH] chg: [release] v1.1
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index d853e15..e899c45 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "git-vuln-finder"
-version = "1.0.0"
+version = "1.1"
description = "Finding potential software vulnerabilities from git commit messages."
authors = [
"Alexandre Dulaunoy "