diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7a6a6f6..33b6c00 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.1 +current_version = 0.11.0 commit = True tag = True diff --git a/README.rst b/README.rst index df54d2f..4bf3d83 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.10.1 +.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/libgunshotmatch/v0.11.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 f91c6fe..e6885d8 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.10.1 + :commits-since: v0.11.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/libgunshotmatch/__init__.py b/libgunshotmatch/__init__.py index 140a426..43f26ad 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.10.1" +__version__: str = "0.11.0" __email__: str = "dominic@davis-foster.co.uk" diff --git a/pyproject.toml b/pyproject.toml index c8b33f4..2efcffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,19 +4,19 @@ build-backend = "whey" [project] name = "libgunshotmatch" -version = "0.10.1" +version = "0.11.0" description = "Base library for GunShotMatch." readme = "README.rst" keywords = [] dynamic = [ "requires-python", "classifiers", "dependencies",] +[project.license] +file = "LICENSE" + [[project.authors]] name = "Dominic Davis-Foster" email = "dominic@davis-foster.co.uk" -[project.license] -file = "LICENSE" - [project.urls] Homepage = "https://github.com/GunShotMatch/libgunshotmatch" "Issue Tracker" = "https://github.com/GunShotMatch/libgunshotmatch/issues" diff --git a/repo_helper.yml b/repo_helper.yml index 623ee1d..7b79d0a 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.10.1' +version: '0.11.0' license: 'MIT' short_desc: 'Base library for GunShotMatch.'