Skip to content

Commit bb96303

Browse files
committed
Bump version v0.1.0 -> v0.2.0
1 parent 762031e commit bb96303

File tree

5 files changed

+6
-6
lines changed

5 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.2.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ flake8-params
9191
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-params
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-params/v0.1.0
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-params/v0.2.0
9595
:target: https://github.com/python-formate/flake8-params/pulse
9696
:alt: GitHub commits since tagged version
9797

@@ -150,4 +150,4 @@ Sample ``.pre-commit-config.yaml``:
150150
rev: 3.8.1
151151
hooks:
152152
- id: flake8
153-
additional_dependencies: [flake8-params==0.1.0]
153+
additional_dependencies: [flake8-params==0.2.0]

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ flake8-params
9797
:alt: GitHub top language
9898

9999
.. |commits-since| github-shield::
100-
:commits-since: v0.1.0
100+
:commits-since: v0.2.0
101101
:alt: GitHub commits since tagged version
102102

103103
.. |commits-latest| github-shield::

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-params"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A flake8 plugin which checks for mismatches between function signatures and docstring params."
99
readme = "README.rst"
1010
keywords = [ "documentation", "flake8",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ modname: flake8-params
44
copyright_years: "2025"
55
author: "Dominic Davis-Foster"
66
email: "dominic@davis-foster.co.uk"
7-
version: "0.1.0"
7+
version: "0.2.0"
88
username: "python-formate"
99
assignee: "domdfcoding"
1010
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)