Skip to content

Commit a21ff04

Browse files
committed
Bump version v0.2.0 -> v0.2.1
1 parent e1e7ab5 commit a21ff04

7 files changed

Lines changed: 7 additions & 7 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.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: "Install package"
5656
run: |
57-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.2.0=py_1 -y || exit 1
57+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.2.1=py_1 -y || exit 1
5858
5959
- name: "Run Tests"
6060
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ flake8-helper
101101
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-helper
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.1
105105
:target: https://github.com/python-formate/flake8-helper/pulse
106106
:alt: GitHub commits since tagged version
107107

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ flake8-helper
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.2.0
110+
:commits-since: v0.2.1
111111
:alt: GitHub commits since tagged version
112112

113113
.. |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.2.0"
39+
__version__: str = "0.2.1"
4040
__email__: str = "dominic@davis-foster.co.uk"
4141

4242
_P = TypeVar("_P", bound="Plugin")

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-helper"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "A helper library for Flake8 plugins."
99
readme = "README.rst"
1010
keywords = [ "flake8",]

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.2.0"
7+
version: "0.2.1"
88
username: "python-formate"
99
assignee: "domdfcoding"
1010
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)