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 0f4b622 commit a67be31Copy full SHA for a67be31
.bumpversion.cfg
@@ -2,6 +2,6 @@
2
commit = True
3
tag = True
4
sign_tags = True
5
-current_version = 0.1.0
+current_version = 0.1.1
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.1.0"
+__version__ = "0.1.1"
0 commit comments