From 0a47af882660fe2d9639c95a0b7fe00c82c1a1ca Mon Sep 17 00:00:00 2001 From: Tomas Vana Date: Mon, 20 May 2024 16:53:12 +1000 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6ed39f..569905a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="commits2pdf", - version="1.1.14", + version="1.1.15", author="Tomas Vana", url="https://github.com/tomasvana10/commits2pdf", description="Convert Git commits to a PDF",