Skip to content

Commit

Permalink
Release v3.0.0b4 πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Sep 27, 2024
1 parent 9a2186e commit d1c3db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pytest_codspeed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = "3.0.0b3"
__version__ = "3.0.0b4"
# We also have the semver version since __version__ is not semver compliant
__semver_version__ = "3.0.0-b3"
__semver_version__ = "3.0.0-b4"

from .plugin import BenchmarkFixture

Expand Down

0 comments on commit d1c3db8

Please sign in to comment.