We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec2d2b commit 4942c53Copy full SHA for 4942c53
.bumpversion.cfg
@@ -2,7 +2,6 @@
2
commit = True
3
tag = True
4
sign_tags = True
5
-current_version = 0.0.4
+current_version = 0.0.5
6
7
[bumpversion:file:src/pytest_mypy_testing/__init__.py]
8
-
src/pytest_mypy_testing/__init__.py
@@ -3,4 +3,4 @@
"""Pytest plugin to check mypy output.
"""
-__version__ = "0.0.4"
+__version__ = "0.0.5"
0 commit comments