From 4db8904e6c2b4f308f220817c5367939638c6e8b Mon Sep 17 00:00:00 2001 From: Stefan Lengfeld Date: Thu, 10 Oct 2024 09:40:58 +0200 Subject: [PATCH] Release version v0.1a3 --- subpatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subpatch b/subpatch index 96a8d01..ad3c385 100755 --- a/subpatch +++ b/subpatch @@ -17,7 +17,7 @@ import contextlib # See https://peps.python.org/pep-0440/ for details about the version format. # e.g. dashes "-" are not allowed and 'a' stands for 'alpha' release. -__version__ = "0.1a2" +__version__ = "0.1a3" # It's the SPDX identifier. See https://spdx.org/licenses/GPL-2.0-or-later.html __LICENSE__ = "GPL-2.0-or-later"