File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2 .0
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 @@ -79,7 +79,7 @@ See https://github.com/TypedDjango/pytest-mypy-plugins for the actual pytest plu
79
79
.. |language | image :: https://img.shields.io/github/languages/top/python-coincidence/pytest-mypy-plugins-shim
80
80
:alt: GitHub top language
81
81
82
- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-coincidence/pytest-mypy-plugins-shim/v0.2 .0
82
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-coincidence/pytest-mypy-plugins-shim/v0.3 .0
83
83
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/pulse
84
84
:alt: GitHub commits since tagged version
85
85
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 = " pytest-mypy-plugins-shim"
7
- version = " 0.2 .0"
7
+ version = " 0.3 .0"
8
8
description = " Substitute for \" pytest-mypy-plugins\" for Python implementations which aren't supported by mypy."
9
9
readme = " README.rst"
10
10
keywords = []
Original file line number Diff line number Diff line change 40
40
__author__ : str = "Dominic Davis-Foster"
41
41
__copyright__ : str = "2021 Dominic Davis-Foster"
42
42
__license__ : str = "MIT License"
43
- __version__ : str = "0.2 .0"
43
+ __version__ : str = "0.3 .0"
44
44
__email__ : str = "dominic@davis-foster.co.uk"
45
45
46
46
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
6
6
email : ' dominic@davis-foster.co.uk'
7
7
username : ' python-coincidence'
8
8
assignee : ' domdfcoding'
9
- version : ' 0.2 .0'
9
+ version : ' 0.3 .0'
10
10
license : ' MIT'
11
11
short_desc : ' Substitute for "pytest-mypy-plugins" for Python implementations which
12
12
aren'' t supported by mypy.'
You can’t perform that action at this time.
0 commit comments