Skip to content

Commit dd83ff9

Browse files
committed
Bump version v0.3.2 -> v0.3.3
1 parent b60bc1c commit dd83ff9

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

.github/workflows/conda_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld coverage_pyver_pragma=0.3.2=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld coverage_pyver_pragma=0.3.3=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
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.2
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/coverage_pyver_pragma/v0.3.3
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
@@ -44,7 +44,7 @@
4444
__author__: str = "Dominic Davis-Foster"
4545
__copyright__: str = "2020-2021 Dominic Davis-Foster"
4646
__license__: str = "MIT License"
47-
__version__: str = "0.3.2"
47+
__version__: str = "0.3.3"
4848
__email__: str = "[email protected]"
4949

5050
__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.2
110+
:commits-since: v0.3.3
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.2"
7+
version = "0.3.3"
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.2"
6+
version: "0.3.3"
77
username: "python-coincidence"
88
assignee: "domdfcoding"
99
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)