File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.4
2
+ current_version = 0.3.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ coverage_pyver_pragma
101
101
.. |language | image :: https://img.shields.io/github/languages/top/python-coincidence/coverage_pyver_pragma
102
102
:alt: GitHub top language
103
103
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
105
105
:target: https://github.com/python-coincidence/coverage_pyver_pragma/pulse
106
106
:alt: GitHub commits since tagged version
107
107
Original file line number Diff line number Diff line change 16
16
"extras_require" ,
17
17
]
18
18
19
- __version__ = "0.2.4 "
19
+ __version__ = "0.3.0 "
20
20
extras_require = {}
Original file line number Diff line number Diff line change 43
43
__author__ : str = "Dominic Davis-Foster"
44
44
__copyright__ : str = "2020-2021 Dominic Davis-Foster"
45
45
__license__ : str = "MIT License"
46
- __version__ : str = "0.2.4 "
46
+ __version__ : str = "0.3.0 "
47
47
__email__ :
str = "[email protected] "
48
48
49
49
__all__ = ["DSL_EXCLUDE" , "evaluate_exclude" ]
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ coverage_pyver_pragma
105
105
:alt: GitHub top language
106
106
107
107
.. |commits-since | github-shield ::
108
- :commits-since: v0.2.4
108
+ :commits-since: v0.3.0
109
109
:alt: GitHub commits since tagged version
110
110
111
111
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
4
4
5
5
[project ]
6
6
name = " coverage_pyver_pragma"
7
- version = " 0.2.4 "
7
+ version = " 0.3.0 "
8
8
description = " Plugin for Coverage.py to selectively ignore branches depending on the Python version."
9
9
readme = " README.rst"
10
10
keywords = [ " coverage" ,]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ repo_name: coverage_pyver_pragma
3
3
copyright_years : " 2020-2021"
4
4
author : " Dominic Davis-Foster"
5
5
6
- version : " 0.2.4 "
6
+ version : " 0.3.0 "
7
7
username : " python-coincidence"
8
8
assignee : " domdfcoding"
9
9
primary_conda_channel : " domdfcoding"
You can’t perform that action at this time.
0 commit comments