From 2c1309027a422541921518d413cc7ba4fd613d78 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 16 Sep 2021 10:31:41 -1000 Subject: [PATCH] Force CI cache clear --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 378970c4a..3686d6174 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# version: 1.0 + .PHONY: all virtualenv MAX_LINE_LENGTH=110 PYTHON_IMPLEMENTATION:=$(shell python -c "import sys;import platform;sys.stdout.write(platform.python_implementation())")