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.1.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ flake8-helper
97
97
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/flake8-helper
98
98
:alt: GitHub top language
99
99
100
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-helper/v0.1.0
100
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-helper/v0.1.1
101
101
:target: https://github.com/domdfcoding/flake8-helper/pulse
102
102
:alt: GitHub commits since tagged version
103
103
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.1.1 "
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 @@ -100,7 +100,7 @@ flake8-helper
100
100
:alt: GitHub top language
101
101
102
102
.. |commits-since | github-shield ::
103
- :commits-since: v0.1.0
103
+ :commits-since: v0.1.1
104
104
:alt: GitHub commits since tagged version
105
105
106
106
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 36
36
__author__ : str = "Dominic Davis-Foster"
37
37
__copyright__ : str = "2021 Dominic Davis-Foster"
38
38
__license__ : str = "MIT License"
39
- __version__ : str = "0.1.0 "
39
+ __version__ : str = "0.1.1 "
40
40
__email__ : str = "dominic@davis-foster.co.uk"
41
41
42
42
_P = TypeVar ("_P" , bound = "Plugin" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ modname: flake8-helper
4
4
copyright_years : " 2021"
5
5
author : " Dominic Davis-Foster"
6
6
email : " dominic@davis-foster.co.uk"
7
- version : " 0.1.0 "
7
+ version : " 0.1.1 "
8
8
username : " domdfcoding"
9
9
license : ' MIT'
10
10
short_desc : " A helper library for Flake8 plugins."
You can’t perform that action at this time.
0 commit comments