From a21c6aeeb3f8f5dc521b33f2924ab498c6e75388 Mon Sep 17 00:00:00 2001 From: fustom Date: Tue, 21 May 2024 20:08:34 +0200 Subject: [PATCH] Bump version (#155) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0aa9a9..5222c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,5 +14,5 @@ dependencies = [ ] requires-python = ">=3.9" license = { file = "LICENSE" } -version = "0.19.3" +version = "0.19.4" dynamic = ['description']