diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5104cff..2df4076 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0b1 commit = True tag = True diff --git a/README.rst b/README.rst index 3ca51ab..4bf7f82 100644 --- a/README.rst +++ b/README.rst @@ -87,7 +87,7 @@ gunshotmatch-reports .. |language| image:: https://img.shields.io/github/languages/top/GunShotMatch/gunshotmatch-reports :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/gunshotmatch-reports/v0.6.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/gunshotmatch-reports/v0.7.0b1 :target: https://github.com/GunShotMatch/gunshotmatch-reports/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index 3400c11..b2bc4b1 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -94,7 +94,7 @@ gunshotmatch-reports :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.6.0 + :commits-since: v0.7.0b1 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/gunshotmatch_reports/__init__.py b/gunshotmatch_reports/__init__.py index c73fbb3..dee100b 100644 --- a/gunshotmatch_reports/__init__.py +++ b/gunshotmatch_reports/__init__.py @@ -29,5 +29,5 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2024 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.6.0" +__version__: str = "0.7.0b1" __email__: str = "dominic@davis-foster.co.uk" diff --git a/pyproject.toml b/pyproject.toml index bca1b0c..f67781e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "gunshotmatch-reports" -version = "0.6.0" +version = "0.7.0b1" description = "PDF Report Generation for GunShotMatch." readme = "README.rst" keywords = [] diff --git a/repo_helper.yml b/repo_helper.yml index 8302c8c..ad95852 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -3,7 +3,7 @@ modname: gunshotmatch-reports copyright_years: "2020-2024" author: "Dominic Davis-Foster" email: "dominic@davis-foster.co.uk" -version: "0.6.0" +version: "0.7.0b1" username: "GunShotMatch" assignee: "domdfcoding" license: 'MIT'