From 613468c2bbb866a51e6a1bb350c5d72f485c4d1c Mon Sep 17 00:00:00 2001 From: fustom Date: Wed, 3 Jan 2024 16:31:25 +0100 Subject: [PATCH] Bump version (#124) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 187de94..7fc0322 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,5 +14,5 @@ dependencies = [ ] requires-python = ">=3.9" license = { file = "LICENSE" } -version = "0.17.0" +version = "0.18.0" dynamic = ['description']