From 5b02f3f0da6c61feea59781494b32082b5c37fb0 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 13 Oct 2024 18:23:32 +0200 Subject: [PATCH] set version to 1.21 --- src/coccigrep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coccigrep.py b/src/coccigrep.py index 52e60b2..6da7a25 100644 --- a/src/coccigrep.py +++ b/src/coccigrep.py @@ -27,7 +27,7 @@ import re import sys -COCCIGREP_VERSION = "1.20" +COCCIGREP_VERSION = "1.21" have_multiprocessing = True try: