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.1 .0
2
+ current_version = 0.2 .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/domdfcoding/importcheck
92
92
:alt: GitHub top language
93
93
94
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/importcheck/v0.1 .0
94
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/importcheck/v0.2 .0
95
95
:target: https://github.com/domdfcoding/importcheck/pulse
96
96
:alt: GitHub commits since tagged version
97
97
Original file line number Diff line number Diff line change 26
26
2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
27
27
"""
28
28
29
- __version__ = "0.1 .0"
29
+ __version__ = "0.2 .0"
30
30
31
31
repo_root = pathlib .Path (__file__ ).parent
32
32
install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ importcheck
93
93
:alt: GitHub top language
94
94
95
95
.. |commits-since | github-shield ::
96
- :commits-since: v0.1 .0
96
+ :commits-since: v0.2 .0
97
97
:alt: GitHub commits since tagged version
98
98
99
99
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 49
49
__author__ : str = "Dominic Davis-Foster"
50
50
__copyright__ : str = "2021 Dominic Davis-Foster"
51
51
__license__ : str = "MIT License"
52
- __version__ : str = "0.1 .0"
52
+ __version__ : str = "0.2 .0"
53
53
__email__ : str = "dominic@davis-foster.co.uk"
54
54
55
55
_module = Plural ("module" , "modules" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: '2021'
5
5
author : ' Dominic Davis-Foster'
6
6
email : ' dominic@davis-foster.co.uk'
7
7
username : ' domdfcoding'
8
- version : ' 0.1 .0'
8
+ version : ' 0.2 .0'
9
9
license : ' MIT'
10
10
short_desc : ' A tool to check all modules can be correctly imported.'
11
11
You can’t perform that action at this time.
0 commit comments