Skip to content

Commit 14dc950

Browse files
committed
Bump version v0.1.0 -> v0.1.1
1 parent 61be278 commit 14dc950

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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
@@ -91,7 +91,7 @@ flake8-dunder-all
9191
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8-dunder-all
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-dunder-all/v0.1.0
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8-dunder-all/v0.1.1
9595
:target: https://github.com/domdfcoding/flake8-dunder-all/pulse
9696
:alt: GitHub commits since tagged version
9797

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ flake8-dunder-all
9393
:alt: GitHub top language
9494

9595
.. |commits-since| github-shield::
96-
:commits-since: v0.1.0
96+
:commits-since: v0.1.1
9797
:alt: GitHub commits since tagged version
9898

9999
.. |commits-latest| github-shield::
@@ -141,7 +141,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
141141

142142
Sample ``.pre-commit-config.yaml``:
143143

144-
.. pre-commit:flake8:: 0.1.0
144+
.. pre-commit:flake8:: 0.1.1
145145
146146
147147
Using the script as a pre-commit hook
@@ -154,7 +154,7 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
154154
Sample ``.pre-commit-config.yaml``:
155155

156156
.. pre-commit::
157-
:rev: v0.1.0
157+
:rev: v0.1.1
158158

159159

160160
.. toctree::

flake8_dunder_all/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
__author__: str = "Dominic Davis-Foster"
4646
__copyright__: str = "2020 Dominic Davis-Foster"
4747
__license__: str = "MIT"
48-
__version__: str = "0.1.0"
48+
__version__: str = "0.1.1"
4949
__email__: str = "dominic@davis-foster.co.uk"
5050

5151
__all__ = ["Visitor", "Plugin", "check_and_add_all", "DALL000"]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ modname: flake8-dunder-all
22
copyright_years: "2020"
33
author: "Dominic Davis-Foster"
44
email: "dominic@davis-foster.co.uk"
5-
version: "0.1.0"
5+
version: "0.1.1"
66
username: "domdfcoding"
77
license: 'MIT'
88
short_desc: "A Flake8 plugin and pre-commit hook which checks to ensure modules have defined '__all__'."

0 commit comments

Comments
 (0)