Skip to content

Commit 842057e

Browse files
committed
Bump version v0.1.0.post1 -> v0.1.1
1 parent a2b1574 commit 842057e

5 files changed

Lines changed: 5 additions & 5 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.post1
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
@@ -81,7 +81,7 @@ formate-trailing-commas
8181
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/formate-trailing-commas
8282
:alt: GitHub top language
8383

84-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate-trailing-commas/v0.1.0.post1
84+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate-trailing-commas/v0.1.1
8585
:target: https://github.com/python-formate/formate-trailing-commas/pulse
8686
:alt: GitHub commits since tagged version
8787

formate_trailing_commas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
__author__: str = "Dominic Davis-Foster"
4343
__copyright__: str = "2026 Dominic Davis-Foster"
4444
__license__: str = "MIT License"
45-
__version__: str = "0.1.0.post1"
45+
__version__: str = "0.1.1"
4646
__email__: str = "dominic@davis-foster.co.uk"
4747

4848
__all__ = ["trailing_commas_hook"]

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-trailing-commas"
7-
version = "0.1.0.post1"
7+
version = "0.1.1"
88
description = "Formate plugin to add trailing commas."
99
readme = "README.rst"
1010
keywords = [ "commas", "formate", "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: 'python-formate'
88
assignee: 'domdfcoding'
9-
version: '0.1.0.post1'
9+
version: '0.1.1'
1010
license: 'MIT'
1111
short_desc: 'Formate plugin to add trailing commas.'
1212

0 commit comments

Comments
 (0)