File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.4.1
2
+ current_version = 0.5.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ importcheck
91
91
.. |language | image :: https://img.shields.io/github/languages/top/python-coincidence/importcheck
92
92
:alt: GitHub top language
93
93
94
- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-coincidence/importcheck/v0.4.1
94
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-coincidence/importcheck/v0.5.0
95
95
:target: https://github.com/python-coincidence/importcheck/pulse
96
96
:alt: GitHub commits since tagged version
97
97
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ importcheck
101
101
:alt: GitHub top language
102
102
103
103
.. |commits-since | github-shield ::
104
- :commits-since: v0.4.1
104
+ :commits-since: v0.5.0
105
105
:alt: GitHub commits since tagged version
106
106
107
107
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 61
61
__author__ : str = "Dominic Davis-Foster"
62
62
__copyright__ : str = "2021 Dominic Davis-Foster"
63
63
__license__ : str = "MIT License"
64
- __version__ : str = "0.4.1 "
64
+ __version__ : str = "0.5.0 "
65
65
__email__ : str = "dominic@davis-foster.co.uk"
66
66
67
67
_module = Plural ("module" , "modules" )
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 = " importcheck"
7
- version = " 0.4.1 "
7
+ version = " 0.5.0 "
8
8
description = " A tool to check all modules can be correctly imported."
9
9
readme = " README.rst"
10
10
keywords = [ " import" , " test" ,]
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.4.1 '
9
+ version : ' 0.5.0 '
10
10
license : ' MIT'
11
11
short_desc : ' A tool to check all modules can be correctly imported.'
12
12
You can’t perform that action at this time.
0 commit comments