We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fca17 commit 4f45b41Copy full SHA for 4f45b41
src/pytest_codspeed/__init__.py
@@ -1,6 +1,6 @@
1
-__version__ = "3.0.0b4"
+__version__ = "3.0.0"
2
# We also have the semver version since __version__ is not semver compliant
3
-__semver_version__ = "3.0.0-b4"
+__semver_version__ = "3.0.0"
4
5
from .plugin import BenchmarkFixture
6
0 commit comments