File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.1
2
+ current_version = 0.2.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 57
57
58
58
- name : " Install package"
59
59
run : |
60
- $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.2.1 =py_1 -y || exit 1
60
+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.2.2 =py_1 -y || exit 1
61
61
62
62
- name : " Run Tests"
63
63
run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ flake8-helper
101
101
.. |language | image :: https://img.shields.io/github/languages/top/python-formate/flake8-helper
102
102
:alt: GitHub top language
103
103
104
- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.1
104
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.2
105
105
:target: https://github.com/python-formate/flake8-helper/pulse
106
106
:alt: GitHub commits since tagged version
107
107
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ flake8-helper
107
107
:alt: GitHub top language
108
108
109
109
.. |commits-since | github-shield ::
110
- :commits-since: v0.2.1
110
+ :commits-since: v0.2.2
111
111
:alt: GitHub commits since tagged version
112
112
113
113
.. |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.2.1 "
39
+ __version__ : str = "0.2.2 "
40
40
__email__ :
str = "[email protected] "
41
41
42
42
_P = TypeVar ("_P" , bound = "Plugin" )
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 = " flake8-helper"
7
- version = " 0.2.1 "
7
+ version = " 0.2.2 "
8
8
description = " A helper library for Flake8 plugins."
9
9
readme = " README.rst"
10
10
keywords = [ " flake8" ,]
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
7
- version : " 0.2.1 "
7
+ version : " 0.2.2 "
8
8
username : " python-formate"
9
9
assignee : " domdfcoding"
10
10
primary_conda_channel : " domdfcoding"
You can’t perform that action at this time.
0 commit comments