Skip to content

Commit 161afcc

Browse files
committed
Bump version v0.2.4 -> v0.3.0
1 parent 210ca15 commit 161afcc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

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

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ coverage_pyver_pragma
101101
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/coverage_pyver_pragma
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coverage_pyver_pragma/v0.2.4
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coverage_pyver_pragma/v0.3.0
105105
:target: https://github.com/python-coincidence/coverage_pyver_pragma/pulse
106106
:alt: GitHub commits since tagged version
107107

__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.2.4"
19+
__version__ = "0.3.0"
2020
extras_require = {}

coverage_pyver_pragma/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
__author__: str = "Dominic Davis-Foster"
4444
__copyright__: str = "2020-2021 Dominic Davis-Foster"
4545
__license__: str = "MIT License"
46-
__version__: str = "0.2.4"
46+
__version__: str = "0.3.0"
4747
__email__: str = "[email protected]"
4848

4949
__all__ = ["DSL_EXCLUDE", "evaluate_exclude"]

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ coverage_pyver_pragma
105105
:alt: GitHub top language
106106

107107
.. |commits-since| github-shield::
108-
:commits-since: v0.2.4
108+
:commits-since: v0.3.0
109109
:alt: GitHub commits since tagged version
110110

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "coverage_pyver_pragma"
7-
version = "0.2.4"
7+
version = "0.3.0"
88
description = "Plugin for Coverage.py to selectively ignore branches depending on the Python version."
99
readme = "README.rst"
1010
keywords = [ "coverage",]

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-2021"
44
author: "Dominic Davis-Foster"
55
6-
version: "0.2.4"
6+
version: "0.3.0"
77
username: "python-coincidence"
88
assignee: "domdfcoding"
99
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)