From 7546a2fd6f812c3201f85842fa2e733bcb689535 Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Tue, 19 Mar 2024 17:59:08 -0400 Subject: [PATCH] =?UTF-8?q?Release=20v2.2.1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pytest_codspeed/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pytest_codspeed/__init__.py b/src/pytest_codspeed/__init__.py index fda8a71..dcc0ac0 100644 --- a/src/pytest_codspeed/__init__.py +++ b/src/pytest_codspeed/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.2.0" +__version__ = "2.2.1" from .plugin import BenchmarkFixture