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 11[bumpversion]
2- current_version = 1 .0.1
2+ current_version = 2 .0.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ flake8-unused-fstrings
8181.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-unused-fstrings
8282 :alt: GitHub top language
8383
84- .. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-unused-fstrings/v1 .0.1
84+ .. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-unused-fstrings/v2 .0.0
8585 :target: https://github.com/python-formate/flake8-unused-fstrings/pulse
8686 :alt: GitHub commits since tagged version
8787
Original file line number Diff line number Diff line change 1919__author__: str = "adam hitchcock"
2020__copyright__: str = "2019-2020 adam hitchcock"
2121__license__: str = "ISC License (ISCL)"
22- __version__: str = "1 .0.1 "
22+ __version__: str = "2 .0.0 "
2323__email__: str = "adam+python@northisup.com"
2424
2525__all__ = ["Plugin", "Visitor"]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
44
55[project]
66name = "flake8-unused-fstrings"
7- version = "1 .0.1 "
7+ version = "2 .0.0 "
88description = "Flake8 plugin to catch f-strings with no fields."
99readme = "README.rst"
1010keywords = []
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: 'adam hitchcock'
66email: 'adam+python@northisup.com'
77username: 'python-formate'
88assignee: 'domdfcoding'
9- version: '1 .0.1 '
9+ version: '2 .0.0 '
1010license: 'ISCL'
1111short_desc: 'Flake8 plugin to catch f-strings with no fields. '
1212
You can’t perform that action at this time.
0 commit comments