From 2b31766068a5a6756ee8dd825efa6524e4f0e347 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Sat, 5 Feb 2022 09:55:48 +0000 Subject: [PATCH] Bump version v0.1.0 -> v0.2.0 --- .bumpversion.cfg | 2 +- README.rst | 2 +- formate_black/__init__.py | 2 +- pyproject.toml | 2 +- repo_helper.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 151dfac..d060ce9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True diff --git a/README.rst b/README.rst index c201a1a..7b82e58 100644 --- a/README.rst +++ b/README.rst @@ -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.1.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/formate-black/v0.2.0 :target: https://github.com/python-formate/formate-black/pulse :alt: GitHub commits since tagged version diff --git a/formate_black/__init__.py b/formate_black/__init__.py index d5600ee..66045f9 100644 --- a/formate_black/__init__.py +++ b/formate_black/__init__.py @@ -43,7 +43,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2021 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.1.0" +__version__: str = "0.2.0" __email__: str = "dominic@davis-foster.co.uk" __all__ = ["black_hook"] diff --git a/pyproject.toml b/pyproject.toml index 2bc63a0..5ea7b8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "formate-black" -version = "0.1.0" +version = "0.2.0" description = "Use black with formate." readme = "README.rst" keywords = [ "black", "formate", "formatting", "linting",] diff --git a/repo_helper.yml b/repo_helper.yml index 607e160..1f5e80d 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'python-formate' assignee: 'domdfcoding' -version: '0.1.0' +version: '0.2.0' license: 'MIT' short_desc: 'Use black with formate.' @@ -39,7 +39,7 @@ entry_points: - "black=formate_black:black_hook" mypy_deps: - - types-attrs>=0.1.0 + - types-attrs>=0.2.0 exclude_files: - contributing