From bb6d3361a3f477bc2ad21e965840c136f2357b2b Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Tue, 28 Nov 2023 11:19:48 +0000 Subject: [PATCH] Bump version v0.4.0 -> v0.4.1 --- .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 f50b7db..0a51094 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True diff --git a/README.rst b/README.rst index ec49ecf..81121bd 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.4.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/libgunshotmatch/v0.4.1 :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 cd9d9dd..d836c78 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.4.0 + :commits-since: v0.4.1 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/libgunshotmatch/__init__.py b/libgunshotmatch/__init__.py index b16855f..1871570 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.4.0" +__version__: str = "0.4.1" __email__: str = "dominic@davis-foster.co.uk" diff --git a/pyproject.toml b/pyproject.toml index 0bf6de5..de9b148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "libgunshotmatch" -version = "0.4.0" +version = "0.4.1" description = "Base library for GunShotMatch." readme = "README.rst" keywords = [] diff --git a/repo_helper.yml b/repo_helper.yml index befab27..fd92872 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.4.0' +version: '0.4.1' license: 'MIT' short_desc: 'Base library for GunShotMatch.'