Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Dec 11, 2024
1 parent 10e3584 commit a2018ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_codecov/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytest_codecov.codecov as codecov


__version__ = '0.6.0'
__version__ = '0.6.1'
token_regex = re.compile(
r'^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'
)
Expand Down

0 comments on commit a2018ae

Please sign in to comment.