From dbc1d4a02f25fb450b0eeb2829a9acaecf7573af Mon Sep 17 00:00:00 2001 From: Anton Elmiger Date: Fri, 5 Apr 2024 16:33:16 +0200 Subject: [PATCH] Update version to 1.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a6d37e..203b3fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" requires-python = ">=3.8" license = {text = "GPLv3"} -version = "1.1.0" +version = "1.1.1" dynamic = ["dependencies"]