Skip to content

Commit 0c108da

Browse files
committed
Bump version v0.2.0.post1 -> v0.3.0
1 parent 18a2c60 commit 0c108da

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.2.0.post1
2+
current_version = 0.3.0
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-black
8181
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/formate-black
8282
:alt: GitHub top language
8383

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

formate_black/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
__author__: str = "Dominic Davis-Foster"
4444
__copyright__: str = "2021 Dominic Davis-Foster"
4545
__license__: str = "MIT License"
46-
__version__: str = "0.2.0.post1"
46+
__version__: str = "0.3.0"
4747
__email__: str = "[email protected]"
4848

4949
__all__ = ["black_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-black"
7-
version = "0.2.0.post1"
7+
version = "0.3.0"
88
description = "Use black with formate."
99
readme = "README.rst"
1010
keywords = [ "black", "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.2.0.post1'
9+
version: '0.3.0'
1010
license: 'MIT'
1111
short_desc: 'Use black with formate.'
1212

0 commit comments

Comments
 (0)