We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9429d commit b739568Copy full SHA for b739568
.bumpversion.cfg
@@ -2,6 +2,6 @@
2
commit = True
3
tag = True
4
sign_tags = True
5
-current_version = 0.0.9
+current_version = 0.0.10
6
7
[bumpversion:file:src/pytest_mypy_testing/__init__.py]
src/pytest_mypy_testing/__init__.py
@@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT
"""Pytest plugin to check mypy output."""
-__version__ = "0.0.9"
+__version__ = "0.0.10"
0 commit comments