From e8e993a3af70e30c7d6ea89621a7790eec933c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Renvois=C3=A9?= Date: Mon, 3 Jun 2024 12:50:30 +0200 Subject: [PATCH] chore(version): bump to 2.2.1 --- flashback/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashback/__init__.py b/flashback/__init__.py index 1c4ff4f..71d0410 100644 --- a/flashback/__init__.py +++ b/flashback/__init__.py @@ -24,4 +24,4 @@ "timeoutable", ) -__version__ = "2.2.0" +__version__ = "2.2.1"