From d26650dfe216d6704affc48c6bfcf1d4cbca946d Mon Sep 17 00:00:00 2001 From: fustom Date: Fri, 5 Apr 2024 20:37:24 +0200 Subject: [PATCH] Bump version (#153) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06f444e..d0aa9a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,5 +14,5 @@ dependencies = [ ] requires-python = ">=3.9" license = { file = "LICENSE" } -version = "0.19.2" +version = "0.19.3" dynamic = ['description']