From 0fd666783a27b17a16b1c417cae02ec2abbebd6f Mon Sep 17 00:00:00 2001 From: Isaac Harris-Holt Date: Tue, 12 Nov 2024 18:48:09 +0000 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2efab53..52f749b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quiffen" -version = "2.0.12" +version = "2.0.13" description = "Quiffen" authors = ["Isaac Harris-Holt "] license = "GPL-3.0-or-later"