From 4f45b414b0e1955ba4a2ff1086097fa9a71ea24b Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Tue, 29 Oct 2024 17:44:12 +0100 Subject: [PATCH] =?UTF-8?q?Release=20v3.0.0=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pytest_codspeed/__init__.py b/src/pytest_codspeed/__init__.py index 849b7be..4ebf86a 100644 --- a/src/pytest_codspeed/__init__.py +++ b/src/pytest_codspeed/__init__.py @@ -1,6 +1,6 @@ -__version__ = "3.0.0b4" +__version__ = "3.0.0" # We also have the semver version since __version__ is not semver compliant -__semver_version__ = "3.0.0-b4" +__semver_version__ = "3.0.0" from .plugin import BenchmarkFixture