Skip to content

Commit

Permalink
Bumps version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Apr 12, 2022
1 parent 3c75c7d commit 5a3d0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):

setup(
name='pytest-codecov',
version='0.4.0',
version='0.5.0',
author='David Salvisberg',
author_email='[email protected]',
maintainer='David Salvisberg',
Expand Down
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.4.0'
__version__ = '0.5.0'
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 5a3d0a0

Please sign in to comment.