diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f471d92..6fc583a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.5.0 commit = True tag = True diff --git a/README.rst b/README.rst index 9c620f7..aeedfa3 100644 --- a/README.rst +++ b/README.rst @@ -91,7 +91,7 @@ importcheck .. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/importcheck :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/importcheck/v0.4.1 +.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/importcheck/v0.5.0 :target: https://github.com/python-coincidence/importcheck/pulse :alt: GitHub commits since tagged version diff --git a/doc-source/index.rst b/doc-source/index.rst index a01e97a..d3962a1 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -101,7 +101,7 @@ importcheck :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v0.4.1 + :commits-since: v0.5.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/importcheck/__init__.py b/importcheck/__init__.py index e1d1d93..3c6c856 100644 --- a/importcheck/__init__.py +++ b/importcheck/__init__.py @@ -61,7 +61,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2021 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "0.4.1" +__version__: str = "0.5.0" __email__: str = "dominic@davis-foster.co.uk" _module = Plural("module", "modules") diff --git a/pyproject.toml b/pyproject.toml index e260f3a..a992828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "importcheck" -version = "0.4.1" +version = "0.5.0" description = "A tool to check all modules can be correctly imported." readme = "README.rst" keywords = [ "import", "test",] diff --git a/repo_helper.yml b/repo_helper.yml index 9f8d685..8cba39c 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'python-coincidence' assignee: 'domdfcoding' -version: '0.4.1' +version: '0.5.0' license: 'MIT' short_desc: 'A tool to check all modules can be correctly imported.'