From 552fcc11d5bbf8fd39ca91e529e65d3817447cf8 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Wed, 24 Jun 2026 12:11:44 +0100 Subject: [PATCH] Downgrade version from 0.1.5 to 0.1.4 reverting this because this is actually set in the release CI --- crossflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossflow/__init__.py b/crossflow/__init__.py index 1177315..70495fd 100644 --- a/crossflow/__init__.py +++ b/crossflow/__init__.py @@ -5,4 +5,4 @@ together command-line driven tools. """ -__version__ = "0.1.5" +__version__ = "0.1.4"