Skip to content

Commit 93c704b

Browse files
committed
Bump version v0.3.0 -> v0.3.1
1 parent f7924eb commit 93c704b

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.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: "Install package"
5656
run: |
57-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld coverage_pyver_pragma=0.3.0=py_1 -y || exit 1
57+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld coverage_pyver_pragma=0.3.1=py_1 -y || exit 1
5858
5959
- name: "Run Tests"
6060
run: |

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.3.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coverage_pyver_pragma/v0.3.1
105105
:target: https://github.com/python-coincidence/coverage_pyver_pragma/pulse
106106
:alt: GitHub commits since tagged version
107107

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.3.0"
46+
__version__: str = "0.3.1"
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
@@ -107,7 +107,7 @@ coverage_pyver_pragma
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.3.0
110+
:commits-since: v0.3.1
111111
:alt: GitHub commits since tagged version
112112

113113
.. |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.3.0"
7+
version = "0.3.1"
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.3.0"
6+
version: "0.3.1"
77
username: "python-coincidence"
88
assignee: "domdfcoding"
99
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)