Skip to content

Commit 018978b

Browse files
committed
Bump version v1.0.1 -> v2.0.0
1 parent 363bc84 commit 018978b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

flake8_unused_fstrings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "flake8-unused-fstrings"
7-
version = "1.0.1"
7+
version = "2.0.0"
88
description = "Flake8 plugin to catch f-strings with no fields."
99
readme = "README.rst"
1010
keywords = []

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'adam hitchcock'
66
email: 'adam+python@northisup.com'
77
username: 'python-formate'
88
assignee: 'domdfcoding'
9-
version: '1.0.1'
9+
version: '2.0.0'
1010
license: 'ISCL'
1111
short_desc: 'Flake8 plugin to catch f-strings with no fields. '
1212

0 commit comments

Comments
 (0)