Skip to content

Commit e8cc92f

Browse files
committed
Bump version: 0.0.5 → 0.0.6
1 parent 3662f83 commit e8cc92f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.0.6
33
commit = True
44
tag = True
55

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ coverage_pyver_pragma
9191
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/coverage_pyver_pragma
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.0.5
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.0.6
9595
:target: https://github.com/domdfcoding/coverage_pyver_pragma/pulse
9696
:alt: GitHub commits since tagged version
9797

__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2020 Dominic Davis-Foster <[email protected]>
4040
"""
4141

42-
__version__ = "0.0.5"
42+
__version__ = "0.0.6"
4343
modname = "coverage_pyver_pragma"
4444
pypi_name = "coverage_pyver_pragma"
4545
import_name = "coverage_pyver_pragma"

coverage_pyver_pragma/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
__copyright__: str = "2020 Dominic Davis-Foster"
5353

5454
__license__: str = "LGPLV3+"
55-
__version__: str = "0.0.5"
55+
__version__: str = "0.0.6"
5656
__email__: str = "[email protected]"
5757

5858
regex_main: str = re.compile(r"#\s*(pragma|PRAGMA)[:\s]?\s*(no|NO)\s*(cover|COVER)").pattern

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ coverage_pyver_pragma
9393
:alt: GitHub top language
9494

9595
.. |commits-since| github-shield::
96-
:commits-since: v0.0.5
96+
:commits-since: v0.0.6
9797
:alt: GitHub commits since tagged version
9898

9999
.. |commits-latest| github-shield::

repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo_name: coverage_pyver_pragma
33
copyright_years: "2020"
44
author: "Dominic Davis-Foster"
55
6-
version: "0.0.5"
6+
version: "0.0.6"
77
username: "domdfcoding"
88
license: 'LGPLv3+'
99
short_desc: "Plugin for Coverage.py to selectively ignore branches depending on the Python version."

0 commit comments

Comments
 (0)