From c4e1d80b4354637f074da6af0618c2a1352fd8b2 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Sun, 3 Jul 2022 17:32:50 +0200 Subject: [PATCH] Bump version to 4.0.0-a5 --- ftpsync/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftpsync/__init__.py b/ftpsync/__init__.py index aeaf72a..4e142de 100644 --- a/ftpsync/__init__.py +++ b/ftpsync/__init__.py @@ -14,4 +14,4 @@ Developmental release (to mark 3.0.0 as 'used'. Don't publish this): '3.0.0-dev1' """ -__version__ = "4.0.0-a4" +__version__ = "4.0.0-a5"