Skip to content

Commit 5c07e08

Browse files
committed
Bumps version
1 parent 181ace2 commit 5c07e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_codecov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import pytest_codecov.codecov as codecov
88

99

10-
__version__ = '0.6.1'
10+
__version__ = '0.7.0'
1111
token_regex = re.compile(
1212
r'^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'
1313
)

0 commit comments

Comments
 (0)