From bf3e8bfe5c8a79867eb2658bdb7f4f645f2ebdbb Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Thu, 18 Jul 2024 16:32:45 +0100 Subject: [PATCH] Bump version v0.12.0 -> v0.13.0 --- .bumpversion.cfg | 2 +- README.rst | 2 +- doc-source/index.rst | 2 +- libgunshotmatch/__init__.py | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a8651ab..21ced22 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0 +current_version = 0.13.0 commit = True tag = True diff --git a/README.rst b/README.rst index b10ca1e..0d789c2 100644 --- a/README.rst +++ b/README.rst @@ -91,7 +91,7 @@ libgunshotmatch .. |language| image:: https://img.shields.io/github/languages/top/GunShotMatch/libgunshotmatch :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/libgunshotmatch/v0.12.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/libgunshotmatch/v0.13.0 :target: https://github.com/GunShotMatch/libgunshotmatch/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index 923a579..51cb062 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -97,7 +97,7 @@ libgunshotmatch :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.12.0 + :commits-since: v0.13.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/libgunshotmatch/__init__.py b/libgunshotmatch/__init__.py index ba44e1f..ada3617 100644 --- a/libgunshotmatch/__init__.py +++ b/libgunshotmatch/__init__.py @@ -29,5 +29,5 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2023 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.12.0" +__version__: str = "0.13.0" __email__: str = "dominic@davis-foster.co.uk" diff --git a/pyproject.toml b/pyproject.toml index 676ef4c..d096782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "libgunshotmatch" -version = "0.12.0" +version = "0.13.0" description = "Base library for GunShotMatch." readme = "README.rst" keywords = [] diff --git a/repo_helper.yml b/repo_helper.yml index d2bd3b0..3d86257 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: "GunShotMatch" assignee: "domdfcoding" -version: '0.12.0' +version: '0.13.0' license: 'MIT' short_desc: 'Base library for GunShotMatch.'