From b250c89d38b8be40977150c4216763def6f3e4b7 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sun, 12 Jan 2025 21:17:45 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50cf87f..bded442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "seafile-mirror" -version = "0.2.0" +version = "0.2.1" description = "Handle clean read-only (re-)syncs of Seafile libraries to mirror them" authors = ["Max Mehl "] license = "Apache-2.0"