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.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 @@ -77,7 +77,7 @@ flake8-github-actions
77
77
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/flake8-github-actions
78
78
:alt: GitHub top language
79
79
80
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-github-actions/v0.1.0
80
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/flake8-github-actions/v0.1.1
81
81
:target: https://github.com/domdfcoding/flake8-github-actions/pulse
82
82
:alt: GitHub commits since tagged version
83
83
Original file line number Diff line number Diff line change 26
26
2020 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 33
33
__author__ : str = "Dominic Davis-Foster"
34
34
__copyright__ : str = "2020 Dominic Davis-Foster"
35
35
__license__ : str = "MIT License"
36
- __version__ : str = "0.1.0 "
36
+ __version__ : str = "0.1.1 "
37
37
__email__ : str = "dominic@davis-foster.co.uk"
38
38
39
39
__all__ = ["GitHubFormatter" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: '2020'
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.1.1 '
9
9
license : ' MIT'
10
10
short_desc : ' GitHub Actions integration for flake8.'
11
11
You can’t perform that action at this time.
0 commit comments