From 4f7407f3b0b801fda8bf6d5b50bcd2e30fdcbf7a Mon Sep 17 00:00:00 2001 From: Antoine Bertin Date: Sat, 12 Mar 2022 22:06:13 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96625d2..3386825 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spkrepo" -version = "0.2.1" +version = "0.2.2" description = "Synology Package Repository" license = "MIT" authors = ["Antoine Bertin "]