Skip to content

Commit

Permalink
Bump version v0.2.0 -> v0.2.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 22, 2023
1 parent 0691bcb commit 20085dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.0.post1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ formate-black
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/formate-black
:alt: GitHub top language

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

Expand Down
2 changes: 1 addition & 1 deletion formate_black/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2021 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.2.0"
__version__: str = "0.2.0.post1"
__email__: str = "dominic@davis-foster.co.uk"

__all__ = ["black_hook"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "whey"

[project]
name = "formate-black"
version = "0.2.0"
version = "0.2.0.post1"
description = "Use black with formate."
readme = "README.rst"
keywords = [ "black", "formate", "formatting", "linting",]
Expand Down
4 changes: 2 additions & 2 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'python-formate'
assignee: 'domdfcoding'
version: '0.2.0'
version: '0.2.0.post1'
license: 'MIT'
short_desc: 'Use black with formate.'

Expand Down Expand Up @@ -41,7 +41,7 @@ entry_points:
- "black=formate_black:black_hook"

mypy_deps:
- types-attrs>=0.2.0
- types-attrs>=0.2.0.post1

exclude_files:
- contributing
Expand Down

0 comments on commit 20085dd

Please sign in to comment.