From 2c8280a80a4486761389361aacabbbf9e2195a70 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Wed, 17 Jan 2024 16:27:20 +0000 Subject: [PATCH] Bump version v0.5.0 -> v0.6.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 9f3cafc..ca729df 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True diff --git a/README.rst b/README.rst index 25d8eb8..80038b3 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.5.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/libgunshotmatch/v0.6.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 c75a541..8db7418 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.5.0 + :commits-since: v0.6.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/libgunshotmatch/__init__.py b/libgunshotmatch/__init__.py index 288c679..5f065d9 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.5.0" +__version__: str = "0.6.0" __email__: str = "dominic@davis-foster.co.uk" diff --git a/pyproject.toml b/pyproject.toml index 59e58f6..0033386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "libgunshotmatch" -version = "0.5.0" +version = "0.6.0" description = "Base library for GunShotMatch." readme = "README.rst" keywords = [] diff --git a/repo_helper.yml b/repo_helper.yml index 24483df..8161011 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.5.0' +version: '0.6.0' license: 'MIT' short_desc: 'Base library for GunShotMatch.'