Skip to content

Commit 991af3d

Browse files
committed
Bump version v0.4.3 -> v0.4.4
1 parent 1c7b313 commit 991af3d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.4.3
2+
current_version = 0.4.4
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ See `the documentation`_ for more information.
101101
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/formate
102102
:alt: GitHub top language
103103

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

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.4.3"
19+
__version__ = "0.4.4"
2020
extras_require = {}

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ formate
100100
:alt: GitHub top language
101101

102102
.. |commits-since| github-shield::
103-
:commits-since: v0.4.3
103+
:commits-since: v0.4.4
104104
:alt: GitHub commits since tagged version
105105

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

doc-source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To do so, add the following to your
2626
`.pre-commit-config.yaml <https://pre-commit.com/#2-add-a-pre-commit-configuration>`_ file:
2727

2828
.. pre-commit::
29-
:rev: 0.4.3
29+
:rev: 0.4.4
3030
:hooks: formate
3131
:args: --verbose
3232

formate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
__author__: str = "Dominic Davis-Foster"
5050
__copyright__: str = "2020-2021 Dominic Davis-Foster"
5151
__license__: str = "MIT License"
52-
__version__: str = "0.4.3"
52+
__version__: str = "0.4.4"
5353
__email__: str = "dominic@davis-foster.co.uk"
5454

5555
__all__ = ["call_hooks", "isort_hook", "yapf_hook", "Reformatter", "reformat_file"]

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 = "formate"
7-
version = "0.4.3"
7+
version = "0.4.4"
88
description = "Python formatting mate."
99
readme = "README.rst"
1010
keywords = [ "formatting", "linting",]

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: 'repo-helper'
88
assignee: 'domdfcoding'
9-
version: '0.4.3'
9+
version: '0.4.4'
1010
license: 'MIT'
1111
short_desc: 'Python formatting mate.'
1212

0 commit comments

Comments
 (0)