We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c327e0 commit 06a01f3Copy full SHA for 06a01f3
setup.py
@@ -14,7 +14,7 @@ def read(fname):
14
15
setup(
16
name='pytest-codecov',
17
- version='0.1.0',
+ version='0.2.0',
18
author='David Salvisberg',
19
author_email='[email protected]',
20
maintainer='David Salvisberg',
src/pytest_codecov/__init__.py
@@ -7,7 +7,7 @@
7
import pytest_codecov.codecov as codecov
8
9
10
-__version__ = '0.1.0'
+__version__ = '0.2.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