We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2f0f1 commit 82f3979Copy full SHA for 82f3979
src/pytest_codecov/__init__.py
@@ -7,7 +7,7 @@
7
import pytest_codecov.codecov as codecov
8
9
10
-__version__ = '0.5.1'
+__version__ = '0.6.0'
11
token_regex = re.compile(
12
r'^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'
13
)
0 commit comments