Skip to content

Commit 2d24fe3

Browse files
committed
Bump version v0.0.0 -> v0.1.0
1 parent 08fb724 commit 2d24fe3

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.0.0
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ formate-trailing-commas
5959
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/formate-trailing-commas
6060
:alt: GitHub top language
6161

62-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate-trailing-commas/v0.0.0
62+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate-trailing-commas/v0.1.0
6363
:target: https://github.com/python-formate/formate-trailing-commas/pulse
6464
:alt: GitHub commits since tagged version
6565

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.0.0"
45+
__version__: str = "0.1.0"
4646
__email__: str = "[email protected]"
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.0.0"
7+
version = "0.1.0"
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
77
username: 'python-formate'
88
assignee: 'domdfcoding'
9-
version: '0.0.0'
9+
version: '0.1.0'
1010
license: 'MIT'
1111
short_desc: 'Formate plugin to add trailing commas.'
1212

0 commit comments

Comments
 (0)