From 08d8ff6cf1d6c33d9a9e5e64b14c41b5e4b018ba Mon Sep 17 00:00:00 2001 From: fustom Date: Mon, 5 Feb 2024 15:54:05 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5afc0a5..5d3a083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,5 +14,5 @@ dependencies = [ ] requires-python = ">=3.9" license = { file = "LICENSE" } -version = "0.18.1" +version = "0.18.2" dynamic = ['description']