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 11[bumpversion]
2- current_version = 0.1.0
2+ current_version = 0.1.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ flake8-helper
9797.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/flake8-helper
9898 :alt: GitHub top language
9999
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
101101 :target: https://github.com/domdfcoding/flake8-helper/pulse
102102 :alt: GitHub commits since tagged version
103103
Original file line number Diff line number Diff line change 26262021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "0.1.0 "
29+ __version__ = "0.1.1 "
3030
3131repo_root = pathlib .Path (__file__ ).parent
3232install_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
100100 :alt: GitHub top language
101101
102102.. |commits-since | github-shield ::
103- :commits-since: v0.1.0
103+ :commits-since: v0.1.1
104104 :alt: GitHub commits since tagged version
105105
106106.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 3636__author__ : str = "Dominic Davis-Foster"
3737__copyright__ : str = "2021 Dominic Davis-Foster"
3838__license__ : str = "MIT License"
39- __version__ : str = "0.1.0 "
39+ __version__ : str = "0.1.1 "
4040__email__ : str = "dominic@davis-foster.co.uk"
4141
4242_P = TypeVar ("_P" , bound = "Plugin" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ modname: flake8-helper
44copyright_years : " 2021"
55author : " Dominic Davis-Foster"
66email : " dominic@davis-foster.co.uk"
7- version : " 0.1.0 "
7+ version : " 0.1.1 "
88username : " domdfcoding"
99license : ' MIT'
1010short_desc : " A helper library for Flake8 plugins."
You can’t perform that action at this time.
0 commit comments