Skip to content

Commit 464a86b

Browse files
committed
Bump version v0.1.0 -> v0.1.1
1 parent 2099f32 commit 464a86b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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 = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

README.rst

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

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.1.0"
29+
__version__ = "0.1.1"
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')

doc-source/index.rst

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

flake8_helper/__init__.py

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

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modname: flake8-helper
44
copyright_years: "2021"
55
author: "Dominic Davis-Foster"
66
email: "dominic@davis-foster.co.uk"
7-
version: "0.1.0"
7+
version: "0.1.1"
88
username: "domdfcoding"
99
license: 'MIT'
1010
short_desc: "A helper library for Flake8 plugins."

0 commit comments

Comments
 (0)