diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a42b144..df3b55c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.3 +current_version = 0.8.0 commit = True tag = True diff --git a/README.rst b/README.rst index 199ca4a..a7709d3 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.7.3 +.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/libgunshotmatch/v0.8.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 7477b67..cdd9df4 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.7.3 + :commits-since: v0.8.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/libgunshotmatch/__init__.py b/libgunshotmatch/__init__.py index 4dea9b0..39b2859 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.7.3" +__version__: str = "0.8.0" __email__: str = "dominic@davis-foster.co.uk" diff --git a/pyproject.toml b/pyproject.toml index fd9ad31..042dc07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "libgunshotmatch" -version = "0.7.3" +version = "0.8.0" description = "Base library for GunShotMatch." readme = "README.rst" keywords = [] diff --git a/repo_helper.yml b/repo_helper.yml index f0ed0ed..f6e9539 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.7.3' +version: '0.8.0' license: 'MIT' short_desc: 'Base library for GunShotMatch.'