Skip to content

Commit 5061736

Browse files
committed
Bump version v0.4.1 -> v0.5.0
1 parent fea58d1 commit 5061736

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ importcheck
9191
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/importcheck
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/importcheck/v0.4.1
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/importcheck/v0.5.0
9595
:target: https://github.com/python-coincidence/importcheck/pulse
9696
:alt: GitHub commits since tagged version
9797

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ importcheck
101101
:alt: GitHub top language
102102

103103
.. |commits-since| github-shield::
104-
:commits-since: v0.4.1
104+
:commits-since: v0.5.0
105105
:alt: GitHub commits since tagged version
106106

107107
.. |commits-latest| github-shield::

importcheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
__author__: str = "Dominic Davis-Foster"
6262
__copyright__: str = "2021 Dominic Davis-Foster"
6363
__license__: str = "MIT License"
64-
__version__: str = "0.4.1"
64+
__version__: str = "0.5.0"
6565
__email__: str = "dominic@davis-foster.co.uk"
6666

6767
_module = Plural("module", "modules")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "importcheck"
7-
version = "0.4.1"
7+
version = "0.5.0"
88
description = "A tool to check all modules can be correctly imported."
99
readme = "README.rst"
1010
keywords = [ "import", "test",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'python-coincidence'
88
assignee: 'domdfcoding'
9-
version: '0.4.1'
9+
version: '0.5.0'
1010
license: 'MIT'
1111
short_desc: 'A tool to check all modules can be correctly imported.'
1212

0 commit comments

Comments
 (0)