From b640571a33b774a5157a07046e0aecb313960f14 Mon Sep 17 00:00:00 2001 From: Raphael Sourty Date: Sat, 1 Jun 2024 19:04:00 +0200 Subject: [PATCH] bump version --- cherche/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cherche/__version__.py b/cherche/__version__.py index 9880f49..d429eb5 100644 --- a/cherche/__version__.py +++ b/cherche/__version__.py @@ -1,3 +1,3 @@ -VERSION = (2, 2, 0) +VERSION = (2, 2, 1) __version__ = ".".join(map(str, VERSION))