Skip to content

Commit bcddbd7

Browse files
committed
Bump version v0.1.1 -> v0.1.2
1 parent ce06d3a commit bcddbd7

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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ flake8-prettycount
7777
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/flake8-prettycount
7878
:alt: GitHub top language
7979

80-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-prettycount/v0.1.1
80+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/flake8-prettycount/v0.1.2
8181
:target: https://github.com/python-formate/flake8-prettycount/pulse
8282
:alt: GitHub commits since tagged version
8383

flake8_prettycount/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
__author__: str = "Dominic Davis-Foster"
3030
__copyright__: str = "2020 Dominic Davis-Foster"
3131
__license__: str = "MIT License"
32-
__version__: str = "0.1.1"
32+
__version__: str = "0.1.2"
3333
__email__: str = "dominic@davis-foster.co.uk"

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-prettycount"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Wrapper around flake8 providing a formatted count at the end."
99
readme = "README.rst"
1010
keywords = [ "flake8",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'python-formate'
88
assignee: 'domdfcoding'
9-
version: '0.1.1'
9+
version: '0.1.2'
1010
license: 'MIT'
1111
short_desc: 'Wrapper around flake8 providing a formatted count at the end.'
1212

0 commit comments

Comments
 (0)