We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2186e commit d1c3db8Copy full SHA for d1c3db8
src/pytest_codspeed/__init__.py
@@ -1,6 +1,6 @@
1
-__version__ = "3.0.0b3"
+__version__ = "3.0.0b4"
2
# We also have the semver version since __version__ is not semver compliant
3
-__semver_version__ = "3.0.0-b3"
+__semver_version__ = "3.0.0-b4"
4
5
from .plugin import BenchmarkFixture
6
0 commit comments